summaryrefslogtreecommitdiff
path: root/packaging/bin/fill-templates
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/bin/fill-templates')
-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 90527b8872..e74020fb69 100755
--- a/packaging/bin/fill-templates
+++ b/packaging/bin/fill-templates
@@ -17,9 +17,9 @@ TOPDIR=${DIRNAME}/../../
SRCDIR=${TOPDIR}/source3
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"