diff options
-rwxr-xr-x | packaging/bin/fill-templates | 4 |
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" |