diff --git a/bash/0.1/Sphinx.sh b/bash/0.1/Sphinx.sh index 91c83be..22c08e3 100755 --- a/bash/0.1/Sphinx.sh +++ b/bash/0.1/Sphinx.sh @@ -96,7 +96,7 @@ then echo -e $CYAN"Compilation progress..."$ROUGE if [ $version != "2.0.1-beta" ];then `cd source/sphinx-$version ; make ` ;fi #Make and install binary. - #`cd source/sphinx-$version/ ; make install 1> /dev/null` + `cd source/sphinx-$version/ ; make install 1> /dev/null` echo -e $NORMAL" - Complited" echo "" echo -e $CYAN"Visualisation"$NORMAL