aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-uml-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-uml-checkparams')
-rw-r--r--pbuilder-uml-checkparams3
1 files changed, 1 insertions, 2 deletions
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index 99d0920..2267f8f 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -118,8 +118,7 @@ while [ -n "$1" ] ; do
fi
shift; shift;;
--logfile)
- exec > "$2";
- exec 2>&1
+ exec > "$2" 2>&1
PBUILDER_BUILD_LOGFILE=$(readlink -f "$2")
shift;shift;;
--)