Update file executable_open

This commit is contained in:
Brian Zalewski 2023-01-25 05:57:31 +00:00
parent 16fa187eda
commit b6f30d19f1

View file

@ -15,7 +15,7 @@
# Default to system open executable on macOS
if [ -d /Applications ] && [ -d /Library ]; then
/usr/bin/open "$*" && exit 0
/usr/bin/open $* && exit 0
fi
# shellcheck disable=SC2124