aboutsummaryrefslogtreecommitdiff
path: root/shell/ash
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash')
-rw-r--r--shell/ash2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash b/shell/ash
index dc8cce0..18c2cf2 100644
--- a/shell/ash
+++ b/shell/ash
@@ -11,7 +11,7 @@ case "$-" in
setaliases
export PS1="$ "
- if [ $(id -u) -eq 0 ] ; then
+ if [ "$(id -u)" -eq 0 ] ; then
export PS1="# "
fi
;;