diff options
-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 526f06bf..c8bc40ba 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 `sush root'." + echo "Don't login as root; use \`sush root'." fi |