Skip to content

Commit

Permalink
buildbot-os2.sh: still trying to get this path right...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 9, 2017
1 parent fc1687c commit e9e0ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/buildbot-os2.sh
Expand Up @@ -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
Expand Down

0 comments on commit e9e0ca8

Please sign in to comment.