diff options
author | Miles Bader <miles@gnu.org> | 1996-07-19 17:34:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-19 17:34:51 +0000 |
commit | 050b38221d4a476158a534dd7552ea813ee37835 (patch) | |
tree | 67f6c4311e945a6a5c9d489a0e4b6b74fc0b0e66 /config/root-.profile | |
parent | 9d2c9e285c000c33db1723f5984d8f2cdf9971ce (diff) |
Don't \ ' inside "s.
Advise to use `sush root', not su.
Diffstat (limited to 'config/root-.profile')
-rw-r--r-- | config/root-.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/root-.profile b/config/root-.profile index 1e7e1009..526f06bf 100644 --- a/config/root-.profile +++ b/config/root-.profile @@ -12,5 +12,5 @@ if [ "$UHOME" -a -r "$UHOME/.root_profile" ]; then else PATH=/sbin:/bin:/local/bin export PATH - echo "Don\'t login as root; use su." + echo "Don't login as root; use `sush root'." fi |