aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 8cd4563..1522fc8 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -87,8 +87,7 @@ while [ -n "$1" ]; do
--logfile)
log "I: Logging to $2"
PBUILDER_BUILD_LOGFILE=$(readlink -f $2)
- exec > >(tee "$2");
- exec 2>&1
+ exec > >(tee "$2") 2>&1
shift; shift;
;;
--pbuilder)