Update file executable_open
This commit is contained in:
parent
16fa187eda
commit
b6f30d19f1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
# Default to system open executable on macOS
|
# Default to system open executable on macOS
|
||||||
if [ -d /Applications ] && [ -d /Library ]; then
|
if [ -d /Applications ] && [ -d /Library ]; then
|
||||||
/usr/bin/open "$*" && exit 0
|
/usr/bin/open $* && exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2124
|
# shellcheck disable=SC2124
|
||||||
|
|
Loading…
Reference in a new issue