aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdebuild b/pdebuild
index d58e40b..f9e79b5 100644
--- a/pdebuild
+++ b/pdebuild
@@ -36,8 +36,7 @@ CHANGES="${PKG_SOURCENAME}_${PKG_VERSION}_${ARCHITECTURE}.changes"
if [ -z "${PBUILDER_BUILD_LOGFILE}" ]; then
PBUILDER_BUILD_LOGFILE="../${PKG_SOURCENAME}_${PKG_VERSION}_${ARCHITECTURE}.build"
- exec > >(tee "${PBUILDER_BUILD_LOGFILE}");
- exec 2>&1
+ exec > >(tee "${PBUILDER_BUILD_LOGFILE}") 2>&1
fi