From 9db4e6ed35097d978c38ba7263c2addb5993c362 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 18 May 2020 21:10:20 -0400 Subject: [PATCH] os2-buildbot.sh: Fix output directory. --- build-scripts/os2-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/os2-buildbot.sh b/build-scripts/os2-buildbot.sh index a93796ca97ed2..6316f917b58a0 100755 --- a/build-scripts/os2-buildbot.sh +++ b/build-scripts/os2-buildbot.sh @@ -19,7 +19,7 @@ ZIPFILE="$1" if [ -z $1 ]; then ZIPFILE=sdl-os2.zip fi -ZIPDIR=SDL2-os2 +ZIPDIR=buildbot set -e set -x