diff options
author | tv <tv@krebsco.de> | 2017-09-19 20:32:46 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-09-19 20:32:46 +0200 |
commit | 3416a45b54e092c6b9b24738aa44d3c217982c26 (patch) | |
tree | d96638feeaf2ece0a319a229edd5c9e97ba5d504 | |
parent | ed9a1085946589409caba6e18233c329d99c0b4b (diff) |
withGetopt: pass "$@" to command
-rw-r--r-- | krebs/5pkgs/simple/withGetopt.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/withGetopt.nix b/krebs/5pkgs/simple/withGetopt.nix index fd59adcaf..21322b783 100644 --- a/krebs/5pkgs/simple/withGetopt.nix +++ b/krebs/5pkgs/simple/withGetopt.nix @@ -102,5 +102,5 @@ in writeDash wrapper-name '' export ${opt.varname} '') opts)} - ${cmd-script} + ${cmd-script} "$@" '' |