aboutsummaryrefslogtreecommitdiff
path: root/bin/forever
diff options
context:
space:
mode:
Diffstat (limited to 'bin/forever')
-rwxr-xr-xbin/forever2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/forever b/bin/forever
index d4410e5..1ecc2a8 100755
--- a/bin/forever
+++ b/bin/forever
@@ -58,7 +58,7 @@ while getopts 'h' flag; do
done
shift $((OPTIND - 1))
-eval "$(assert-arg "${1:-}" 'COMMAND')"
+eval "$(assert-arg -- "${1:-}" 'COMMAND')"
while true; do