slapd-supann: send remaining arg to subcommand

This commit is contained in:
Thomas NOËL 2014-11-10 00:06:10 +01:00
parent 1daadc43f0
commit fcf011259c
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ case $command in
*)
xcommand=$COMMANDDIR/$command
test -x $xcommand || help "ERR: unknown command ($command)"
$xcommand
$xcommand "$@"
;;
esac