diff options
author | Roy Marples <roy@marples.name> | 2007-12-17 14:29:19 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-17 14:29:19 +0000 |
commit | e4b73c506b85727e1a77f6c0feffe3aa8c17a099 (patch) | |
tree | 6ffda70c40a657edeba9a0b09dfefa804a3526db /sh/runscript.sh | |
parent | 4a4f808a0f92b9415e8ded69fe8b3203197bb687 (diff) |
Describe extra_started_commands also.
Diffstat (limited to 'sh/runscript.sh')
-rwxr-xr-x | sh/runscript.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/runscript.sh b/sh/runscript.sh index a3b3cdc3..d60cff8a 100755 --- a/sh/runscript.sh +++ b/sh/runscript.sh @@ -48,7 +48,7 @@ describe() { fi local svc= desc= - for svc in ${extra_commands:-${opts}}; do + for svc in ${extra_commands:-${opts}} ${extra_started_commands}; do eval desc=\$description_${svc} if [ -n "${desc}" ]; then einfo "${HILITE}${svc}${NORMAL}: ${desc}" |