remove redundant push/pop with nothing in between
This commit is contained in:
@@ -6,8 +6,6 @@ SRCDIR="$3"
|
|||||||
OUTPUTDIR="$4"
|
OUTPUTDIR="$4"
|
||||||
|
|
||||||
if [ -x /usr/bin/makensis ]; then
|
if [ -x /usr/bin/makensis ]; then
|
||||||
pushd "$SRCDIR" >/dev/null
|
|
||||||
popd >/dev/null
|
|
||||||
echo "Building Windows setup.exe"
|
echo "Building Windows setup.exe"
|
||||||
makensis -V2 -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/download/windows" OpenRA.nsi
|
makensis -V2 -DSRCDIR="$BUILTDIR" -DDEPSDIR="${SRCDIR}/thirdparty/download/windows" OpenRA.nsi
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user