Made the unix build scripts more portable. It will be necessary to

rerun './build.sh config' as build.vars.in has been modified.
Also fixed some small bugs in the redirection of text to /dev/null.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1413 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-10-02 08:41:04 +00:00
parent 22bdca4e4b
commit 1673aa70d3
8 changed files with 51 additions and 13 deletions
+3 -3
View File
@@ -277,7 +277,7 @@ EOF
echo
echo "Press a number plus <ENTER> if you want to change something, "
echo -n "or just <ENTER> if everything is ok: "
$ECHON "or just <ENTER> if everything is ok: "
read CHOICE
# Check if the choice was empty
@@ -367,7 +367,7 @@ EOF
echo
echo "Select the option you want by typing a number plus <ENTER>"
echo -n "or just <ENTER> if everything is ok: "
$ECHON "or just <ENTER> if everything is ok: "
read CHOICE
echo
@@ -434,7 +434,7 @@ EOF
eval TEMP_DEFAULT="\$INPUT_${ITEM}_DEFAULT"
echo " Default value: $TEMP_DEFAULT"
echo " Current value: $TEMP_VALUE"
echo -n " New value: "
$ECHON " New value: "
read NEW_VALUE
# If no new value is entered, keep the old one.