upgradeFromGit : fix bug

This commit is contained in:
Benjamin Renard 2009-11-13 18:50:48 +01:00
parent c273f59bd1
commit dc3f99c284

View file

@ -167,11 +167,11 @@ fi
if [ $BUILD_DOC -eq 1 ]
then
msg "-> Do you want export the documentation (y/N) ? " -en
msg "-> Do you want build the documentation (y/N) ? " -en
read a
if [ "$a" == "y" -o "$a" == "Y" ]
then
msg "-> Export the doc : " -en
msg "-> Build the doc : " -en
cd $ROOT_DIR/doc >> $LOG_FILE 2>&1 && make >> $LOG_FILE 2>&1 && cd - >> $LOG_FILE 2>&1
if [ $? -gt 0 ]
then