summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:31:52 +0100
committerMichael Adam <obnox@samba.org>2009-02-11 00:27:49 +0100
commit9e4db632387667b68cb7d7f44c20c67e6ebb9bf7 (patch)
treea49c1cc38dcf5de04c1d87d729cf26a7fed49266 /packaging
parent911424facd9227505eb72d11c480b685a130e720 (diff)
downloadsamba-9e4db632387667b68cb7d7f44c20c67e6ebb9bf7.tar.gz
samba-9e4db632387667b68cb7d7f44c20c67e6ebb9bf7.tar.xz
samba-9e4db632387667b68cb7d7f44c20c67e6ebb9bf7.zip
packaging: don't clutter the output of fillup-templates with popd output
Michael (cherry picked from commit 0c711935d30b500a15ef06fd658d382b2c1e2c84)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/bin/fill-templates4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates
index 08a126fe7df..4e1be394185 100755
--- a/packaging/bin/fill-templates
+++ b/packaging/bin/fill-templates
@@ -17,9 +17,9 @@ TOPDIR=${DIRNAME}/../../
SRCDIR=${TOPDIR}/source
VERSION_H=${SRCDIR}/include/version.h
-pushd ${SRCDIR}
+pushd ${SRCDIR} > /dev/null 2>&1
./script/mkversion.sh
-popd
+popd > /dev/null 2>&1
if [ ! -f ${VERSION_H} ] ; then
echo "Error creating version.h"