summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.profile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-16 04:20:14 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-16 04:20:14 +0000
commitae5f9a40b7e38e45dd0788a9ec66d80d71e83989 (patch)
tree294f60def78b8aa0924170509406de3a2447dfb6 /etc/root/dot.profile
parent188c22895bf72895429a29462fb60a104555e0d4 (diff)
downloadFreeBSD-src-ae5f9a40b7e38e45dd0788a9ec66d80d71e83989.zip
FreeBSD-src-ae5f9a40b7e38e45dd0788a9ec66d80d71e83989.tar.gz
Eliminate use of raw control characters in stty commands, make echo's and
stty commands self consistent. Submitted by: bde
Diffstat (limited to 'etc/root/dot.profile')
-rw-r--r--etc/root/dot.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile
index 8a9b482..c9ddad3 100644
--- a/etc/root/dot.profile
+++ b/etc/root/dot.profile
@@ -1,8 +1,8 @@
-# $Id: dot.profile,v 1.4 1994/02/21 20:36:03 rgrimes Exp $
+# $Id: dot.profile,v 1.5 1994/06/15 22:58:49 jkh Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:.
-echo 'erase ^h, kill ^U, intr ^C'
-stty crt erase  kill  intr 
+echo 'erase ^H, kill ^U, intr ^C'
+stty crt erase ^H kill ^U intr ^C
export PATH
HOME=/root
export HOME
OpenPOWER on IntegriCloud