Changeset 52 for trunk/install.sh


Ignore:
Timestamp:
04/03/08 17:15:55 (16 years ago)
Author:
pinsard
Message:

bug fix in install.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.sh

    r51 r52  
    3636# default 
    3737dirpublish="none" 
     38urlpublish="none" 
    3839# 
    3940while [ ! -z "${1}" ] 
     
    7071          read answer 
    7172        fi 
    72         echo "Do you want to install on ${urlpublish}  (y|[n]) ?" 
    73         read answer 
     73        if [ "${urlpublish}" != "none" ] 
     74        then 
     75           echo "Do you want to install on ${urlpublish}  (y|[n]) ?" 
     76           read answer 
     77        fi 
    7478        ;; 
    7579esac 
Note: See TracChangeset for help on using the changeset viewer.