summaryrefslogtreecommitdiff
path: root/xmc
diff options
context:
space:
mode:
Diffstat (limited to 'xmc')
-rwxr-xr-xxmc8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmc b/xmc
index 596750b..193a667 100755
--- a/xmc
+++ b/xmc
@@ -4,10 +4,10 @@ if [ $# -eq 0 ]; then
xsh - mc
else
if [ $# -eq 1 -a "x$1" = "xsu" ]; then
-# xsh - mc su
- exec xsh - mc su
+ xsh - mc su
+# exec xsh - mc su
else
-# xsh $@ mc
- exec xsh $@ mc
+ xsh $@ mc
+# exec xsh $@ mc
fi
fi