diff options
Diffstat (limited to '')
-rwxr-xr-x | sys/svcs/xdg/scripts/lf_wrapper.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/svcs/xdg/scripts/lf_wrapper.sh b/sys/svcs/xdg/scripts/lf_wrapper.sh index d3aa3e30..97b0b31a 100755 --- a/sys/svcs/xdg/scripts/lf_wrapper.sh +++ b/sys/svcs/xdg/scripts/lf_wrapper.sh @@ -1,4 +1,7 @@ -#!/usr/bin/env sh +#!/usr/bin/env dash + +# shellcheck source=/dev/null +SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH # This wrapper script is invoked by xdg-desktop-portal-termfilechooser. # |