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

@@ -161,3 +161,12 @@ EOF
done
done
fi
if [ $DO_FAST = n ]
then
ed - $CONFIG/Action <<'EOF'
/^name "Fast/;$s/^/!/
w
q
EOF
fi