remove redundant push/pop with nothing in between

This commit is contained in:
Matthias Mailänder
2015-07-26 14:05:22 +02:00
parent f3490dd8e4
commit 1748588ec8

View File

@@ -6,8 +6,6 @@ SRCDIR="$3"
OUTPUTDIR="$4"
if [ -x /usr/bin/makensis ]; then
pushd "$SRCDIR" >/dev/null
popd >/dev/null
echo "Building Windows setup.exe"
makensis -V2 -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/download/windows" OpenRA.nsi
if [ $? -eq 0 ]; then