From 9e54a408acab42abb073c8660cadebdd0975fa04 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 Feb 2009 23:31:52 +0100 Subject: [PATCH] packaging: don't clutter the output of fillup-templates with popd output Michael (cherry picked from commit 0c711935d30b500a15ef06fd658d382b2c1e2c84) --- packaging/bin/fill-templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 08a126fe7df..4e1be394185 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -17,9 +17,9 @@ TOPDIR=${DIRNAME}/../../ SRCDIR=${TOPDIR}/source 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" -- 2.47.3