diff --git a/home/dot_local/bin/executable_open b/home/dot_local/bin/executable_open index 74a4f913..fd484648 100644 --- a/home/dot_local/bin/executable_open +++ b/home/dot_local/bin/executable_open @@ -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