1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

packaging: don't clutter the output of fillup-templates with popd output

Michael
This commit is contained in:
Michael Adam 2009-02-10 23:31:52 +01:00
parent 97cbf86e79
commit e374bef8fc

View File

@ -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"