Fixed ^? to ^\?, need to escape that for csh

This commit is contained in:
Rodney W. Grimes 1993-08-31 14:40:22 +00:00
parent c3ab227a27
commit e2cf90647e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365

View File

@ -1,4 +1,4 @@
tset -Q \?$TERM
stty crt erase ^?
stty crt erase ^\?
umask 2
echo "Don't login as root, use su"