aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-08-08 20:50:15 -0600
committerGavin Howard <gavin@yzena.com>2021-08-08 20:50:15 -0600
commitbaf2715f552c919361541e199f934674722076ba (patch)
treed4c4af1099b90d109fcd79569c289e5f91c8e702
parent648f43d4d3475b69a22b605f5e3a24a7567423d3 (diff)
downloadbc-baf2715f552c919361541e199f934674722076ba.tar.gz
Fix last commit
Signed-off-by: Gavin Howard <gavin@yzena.com>
-rwxr-xr-xscripts/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package.sh b/scripts/package.sh
index e1210137..7a26a619 100755
--- a/scripts/package.sh
+++ b/scripts/package.sh
@@ -207,11 +207,11 @@ fi
# Prepare Windows stuff.
if [ ! -d Debug ]; then
- unzip Debug.zip
+ unzip Debug.zip > /dev/null
fi
if [ ! -d Release ]; then
- unzip Release.zip
+ unzip Release.zip > /dev/null
fi
# Zip the Windows stuff.