packaging: don't clutter the output of fillup-templates with popd output
authorMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 22:31:52 +0000 (23:31 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 23:29:16 +0000 (00:29 +0100)
Michael

packaging/bin/fill-templates

index 90527b8872d5b7b21e1e87b089d40d5a90933974..e74020fb694b7e3ea765f33b4612e03c68b8cad4 100755 (executable)
@@ -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"