|
@@ -126,7 +126,8 @@ if [ -d /opt/homebrew/bin ]; then
|
|
|
fi
|
|
fi
|
|
|
if [ -d /opt/homebrew/opt/uutils-coreutils/libexec/uubin ]; then
|
|
if [ -d /opt/homebrew/opt/uutils-coreutils/libexec/uubin ]; then
|
|
|
PATH=/opt/homebrew/opt/uutils-coreutils/libexec/uubin:$PATH
|
|
PATH=/opt/homebrew/opt/uutils-coreutils/libexec/uubin:$PATH
|
|
|
- elif [ -d /opt/homebrew/opt/libpq/bin ]; then
|
|
|
|
|
|
|
+ fi
|
|
|
|
|
+ if [ -d /opt/homebrew/opt/libpq/bin ]; then
|
|
|
PATH=/opt/homebrew/opt/libpq/bin:$PATH
|
|
PATH=/opt/homebrew/opt/libpq/bin:$PATH
|
|
|
fi
|
|
fi
|
|
|
fi
|
|
fi
|