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