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
+1 -1
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"