mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 10:29:37 +02:00
bugfix in setting PATH on macOS
This commit is contained in:
@@ -18,7 +18,7 @@ declare -r mydir=$(cd ${mydir} && pwd -P)
|
||||
# so 'source' is able find them
|
||||
|
||||
if [[ $(uname -s) == 'Darwin' ]]; then
|
||||
PATH='/usr/local/bin:'
|
||||
PATH='/opt/local/bin:'
|
||||
else
|
||||
PATH=''
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user