From: Michael Adam Date: Tue, 10 Feb 2009 22:31:52 +0000 (+0100) Subject: packaging: don't clutter the output of fillup-templates with popd output X-Git-Tag: samba-4.0.0alpha7~331 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=e374bef8fc212722af289cf6540f8ae3392661a8 packaging: don't clutter the output of fillup-templates with popd output Michael --- diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 90527b8872d..e74020fb694 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"