os2-buildbot.sh: Fix output directory.

This commit is contained in:
Ryan C. Gordon 2020-05-18 21:10:20 -04:00
parent 3195551b2e
commit 9db4e6ed35
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ZIPFILE="$1"
if [ -z $1 ]; then
ZIPFILE=sdl-os2.zip
fi
ZIPDIR=SDL2-os2
ZIPDIR=buildbot
set -e
set -x