From 1748588ec8d438accdaad1861707ac81666710f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 26 Jul 2015 14:05:22 +0200 Subject: [PATCH] remove redundant push/pop with nothing in between --- packaging/windows/buildpackage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/packaging/windows/buildpackage.sh b/packaging/windows/buildpackage.sh index f79b52bcd0..6b6987f0c1 100755 --- a/packaging/windows/buildpackage.sh +++ b/packaging/windows/buildpackage.sh @@ -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