xdg-open: fix unbound variable error
This commit is contained in:
parent
d977d0bdac
commit
12ce3d85d1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -eu
|
set -e
|
||||||
|
|
||||||
# Use local xdg-open if not in an ssh session
|
# Use local xdg-open if not in an ssh session
|
||||||
[ -n "$SSH_TTY" ] || exec /usr/bin/xdg-open "$@"
|
[ -n "$SSH_TTY" ] || exec /usr/bin/xdg-open "$@"
|
||||||
|
|
Loading…
Reference in a new issue