always export path

This commit is contained in:
Jan Möbius
2015-11-11 14:31:32 +01:00
parent 6d6b02680c
commit 0692bc49e9

View File

@@ -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