diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-26 13:42:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-26 13:42:54 -0400 |
commit | 33054729d93698e9fb99ecded05b3c2ad337a810 (patch) | |
tree | f8f6dc1895c7913923fa0a6b63b59e7284a9a3f9 /standalone | |
parent | 9091061d317543c5cc5086849b670164ae01b09e (diff) |
fix path
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 88366957d..b0e6bdd4f 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,7 +6,7 @@ set -x set -e -PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:/c/Users/jenkins/AppData/Roaming/local/bin:$PATH" +PATH="/cygdrive/c/git/cmd:/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:/cygdrive/c/Users/jenkins/AppData/Roaming/local/bin:$PATH" # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. |