From e374bef8fc212722af289cf6540f8ae3392661a8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 Feb 2009 23:31:52 +0100 Subject: packaging: don't clutter the output of fillup-templates with popd output Michael --- packaging/bin/fill-templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/bin') 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" -- cgit