diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 1ed43ba..45dcd4e 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -73,6 +73,10 @@ while [ -n "$1" ]; do PBUILDERROOTCMD="$2"; shift; shift; ;; + --logfile) + exec 2>&1 > $(readlink -f "$2"); + shift; shift; + ;; --help) showhelp ;; |