mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Changed stty erase ^H to stty erase ^?.
This commit is contained in:
parent
b4218e818a
commit
c3ab227a27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
tset -Q \?$TERM
|
||||
stty crt erase ^H
|
||||
stty crt erase ^?
|
||||
umask 2
|
||||
echo "Don't login as root, use su"
|
||||
|
|
Loading…
Reference in a new issue