diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-01-13 15:28:27 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-01-13 15:28:27 +0000 |
commit | e54a2f1219192b1a046b1bec2735e7c237ffe930 (patch) | |
tree | 815a51e2e3ebb29fc4119b67cebb935ed1b0534f /mediaplugin | |
parent | d66678df1454c12ccfd8a5f079c293ff48c16a95 (diff) | |
download | usdx-e54a2f1219192b1a046b1bec2735e7c237ffe930.tar.gz usdx-e54a2f1219192b1a046b1bec2735e7c237ffe930.tar.xz usdx-e54a2f1219192b1a046b1bec2735e7c237ffe930.zip |
build script test1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2789 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'mediaplugin')
-rwxr-xr-x | mediaplugin/dists/buildbot/win32-delphi-build.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediaplugin/dists/buildbot/win32-delphi-build.bat b/mediaplugin/dists/buildbot/win32-delphi-build.bat index 566b8a6e..1e780bcb 100755 --- a/mediaplugin/dists/buildbot/win32-delphi-build.bat +++ b/mediaplugin/dists/buildbot/win32-delphi-build.bat @@ -1,2 +1,2 @@ -PWD= -bash -s ./win32-delphi-build.sh +set PWD= +bash ./win32-delphi-build.sh |