Skip to content

Commit

Permalink
Separate args with -- so --help goes to prove, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Sep 16, 2014
1 parent bc7c50c commit d38d809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run
Expand Up @@ -3,8 +3,8 @@
# Use the puppet-installed wrapper to set up the env properly.
wrapper=$HOME/bin/metacpan-web-carton
test -x $wrapper && \
exec $wrapper exec "$@"
exec $wrapper exec -- "$@"

# If the wrapper doesn't exist, just try it with plain carton.
cd "`dirname "$0"`"/..
exec carton exec "$@"
exec carton exec -- "$@"

0 comments on commit d38d809

Please sign in to comment.