diff options
Diffstat (limited to 'pbuilder-checkparams')
-rwxr-xr-x | pbuilder-checkparams | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index caca4ee..dc6ac86 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -87,7 +87,7 @@ while [ -n "$1" ]; do shift; shift; ;; --logfile) - exec > $(readlink -f "$2"); + exec > "$2"; exec 2>&1 PBUILDER_BUILD_LOGFILE=$(readlink -f "$2") shift; shift; |