소스 검색

buildbot-os2.sh: still trying to get this path right...

Ryan C. Gordon 8 년 전
부모
커밋
e9e0ca81de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extras/buildbot-os2.sh

+ 1 - 1
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