summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackend/backend.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/backend.sh.in b/backend/backend.sh.in
index 15912b6..d5ebe87 100755
--- a/backend/backend.sh.in
+++ b/backend/backend.sh.in
@@ -60,7 +60,7 @@ function get_root()
which $as_root &>/dev/null && break
done
fi
- $as_root "$p" --pid $$ "${O_ARGS[@]}" &>/dev/null
+ $as_root -- "$p" --pid $$ "${O_ARGS[@]}" &>/dev/null
exit $?
fi
}