Made installation of fast compilers optional, removed own version of 'echo'

This commit is contained in:
ceriel
1991-11-18 09:53:58 +00:00
parent 2751c6eef5
commit d8b47cd0fc
8 changed files with 78 additions and 38 deletions

View File

@@ -1,11 +1,11 @@
while :
do
./echo -n "Which system-call library do you want to install for the VAX?
echo $E_FLAG "Which system-call library do you want to install for the VAX?
You can choose between
libbsd4_1a for Berkeley Unix 4.1
libbsd4_2 for Berkeley Unix 4.2 or newer, or Ultrix
libsysV_2 for Unix System V
Your choice: [$SYSVAX] "
Your choice: [$SYSVAX] $E_SFX"
. $FDIR/get_answer
case $ANS in
'') ANS="$SYSVAX";;