summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-22 20:48:24 +0000
committerRoy Marples <roy@marples.name>2008-01-22 20:48:24 +0000
commita16428da20e4acc60bba7ace8e81a669a2b9c7b0 (patch)
treed3837ac4a7631adfddd76d6930bf0793cdcba149 /sh
parent5338b568cafa1d9382464cb0b45e957775f3af09 (diff)
downloadopenrc-a16428da20e4acc60bba7ace8e81a669a2b9c7b0.tar.gz
openrc-a16428da20e4acc60bba7ace8e81a669a2b9c7b0.tar.bz2
openrc-a16428da20e4acc60bba7ace8e81a669a2b9c7b0.tar.xz
We need to shift here.
Diffstat (limited to 'sh')
-rwxr-xr-xsh/runscript.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/runscript.sh b/sh/runscript.sh
index 3e3ce4c..efa40f1 100755
--- a/sh/runscript.sh
+++ b/sh/runscript.sh
@@ -171,6 +171,7 @@ while [ -n "$1" ]; do
continue 2
else
if [ "${_cmd}" = "start" -o "${_cmd}" = "stop" ]; then
+ shift
continue 2
else
eerror "${SVCNAME}: function \`$1' defined but does not exist"