xdg-open: fix unbound variable error

This commit is contained in:
Daniel Lundin 2024-03-19 17:40:21 +01:00
parent d977d0bdac
commit 12ce3d85d1

View file

@ -1,5 +1,5 @@
#!/usr/bin/env sh
set -eu
set -e
# Use local xdg-open if not in an ssh session
[ -n "$SSH_TTY" ] || exec /usr/bin/xdg-open "$@"