diff options
-rwxr-xr-x | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common index 9329ce4..6cf38f6 100755 --- a/src/share/common +++ b/src/share/common @@ -105,7 +105,7 @@ su_monkeysphere_user() { # printf -v CMDLINE "%q " "$@" local CMDLINE="$(perl -0 -e "foreach (@ARGV) {s/'/'\\\\''/g; print \"'\$_' \"}" "$@")" - case $(id -un) in + case "$(id -un)" in # if monkeysphere user, simply execute in current shell "$MONKEYSPHERE_USER") "$@" |