diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 05:40:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-25 05:40:56 +0000 |
commit | 92c617b8c121ca38c1eb42227b62643fae008785 (patch) | |
tree | 09e012833781ad4e765dc1b30b563809ad255daa /distrib | |
parent | 8ea26ab6a80b9649a1eac990a1ea6160add60bbc (diff) |
set TERM... geezzz...
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/alpha/ramdisk/dot.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/dot.profile b/distrib/alpha/ramdisk/dot.profile index 0fe284edc9c..94d2d98b947 100644 --- a/distrib/alpha/ramdisk/dot.profile +++ b/distrib/alpha/ramdisk/dot.profile @@ -1,5 +1,5 @@ # -# $OpenBSD: dot.profile,v 1.6 1997/10/25 04:35:33 deraadt Exp $ +# $OpenBSD: dot.profile,v 1.7 1997/10/25 05:40:55 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -82,6 +82,7 @@ if [ "X${DONEPROFILE}" = "X" ]; then break fi if isin $resp $TERMS ; then + TERM=$resp break; fi echo "Type $resp unknown." |