From e9e0ca81de76a13ff60db313354bc175a807bf49 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 8 Jul 2017 20:09:34 -0400 Subject: [PATCH] buildbot-os2.sh: still trying to get this path right... --- extras/buildbot-os2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/buildbot-os2.sh b/extras/buildbot-os2.sh index c284c0a..12b9063 100755 --- a/extras/buildbot-os2.sh +++ b/extras/buildbot-os2.sh @@ -69,7 +69,7 @@ if [ "$OKAY" == "1" ]; then if [ ! -z "$ZIPFILE" ]; then rm -f "$ZIPFILE" echo "Zipping to '$ZIPFILE' ..." - ( cp ../src/physfs.h . && zip -9r physfs-os2.zip physfs.lib physfs.h ) || exit 1 + ( cp ../src/physfs.h . && zip -9r "$ZIPFILE" physfs.lib physfs.h ) || exit 1 echo "Done." fi exit 0