summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:31:52 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:00 +0100
commitafbec00617ec85880dd89aba8c3777dd02f8daa3 (patch)
treed92509f4b1ae0c475baf69ea2e386d2cf8176154
parentd0c2d84bbe0aec9f4c0b2be525f459a479610982 (diff)
downloadsamba-afbec00617ec85880dd89aba8c3777dd02f8daa3.tar.gz
packaging: don't clutter the output of fillup-templates with popd output
Michael (cherry picked from commit 0c711935d30b500a15ef06fd658d382b2c1e2c84) (cherry picked from commit 9e54a408acab42abb073c8660cadebdd0975fa04)
-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"