about summary refs log tree commit diff stats
path: root/sys/svcs/xdg/scripts/lf_wrapper
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 11:58:20 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 12:00:38 +0100
commitf93f3faf45238243a1069fc89ee11d79774d8ae0 (patch)
treefeb1ef511c8f905fc7fcf0aad867482f66e057d9 /sys/svcs/xdg/scripts/lf_wrapper
parentfix(sys/svcs/xdg/portals): Use correct path to lf wrapper (diff)
downloadnixos-config-f93f3faf45238243a1069fc89ee11d79774d8ae0.tar.gz
nixos-config-f93f3faf45238243a1069fc89ee11d79774d8ae0.zip
fix(sys/svcs/xdg/portals): Set correct permission of shell script
Diffstat (limited to '')
-rwxr-xr-xsys/svcs/xdg/scripts/lf_wrapper5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/svcs/xdg/scripts/lf_wrapper b/sys/svcs/xdg/scripts/lf_wrapper
index 559acaae..326ffd3f 100755
--- a/sys/svcs/xdg/scripts/lf_wrapper
+++ b/sys/svcs/xdg/scripts/lf_wrapper
@@ -1,7 +1,4 @@
-#!/usr/bin/env dash
-
-# shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
+#!/usr/bin/env sh
 
 # This wrapper script is invoked by xdg-desktop-portal-termfilechooser.
 #