try different path
This commit is contained in:
parent
71e68621b4
commit
cea1fed395
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PATH="/c/Program Files (x86)/NSIS/Bin:/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
|
PATH="/Program Files (x86)/NSIS/Bin:/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
|
||||||
|
|
||||||
# Run a command with the cygwin environment available.
|
# Run a command with the cygwin environment available.
|
||||||
# However, programs not from cygwin are preferred.
|
# However, programs not from cygwin are preferred.
|
||||||
|
|
Loading…
Reference in a new issue