always export path
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ $(uname) == Darwin ]; then
|
|
||||||
PATH=$PATH:/opt/local/bin
|
PATH=$PATH:/opt/local/bin
|
||||||
export PATH
|
export PATH
|
||||||
fi
|
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# Build release version
|
# Build release version
|
||||||
|
|||||||
Reference in New Issue
Block a user