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:
parent
97cbf86e79
commit
e374bef8fc
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user