From 40d94b997222dd8ffb17d6553bf3adeee75231c3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 27 Aug 2026 22:44:17 +0200 Subject: modules/lf/ll: Make sure the passing along actually works --- modules/by-name/lf/lf/wrappers/ll.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/by-name/lf/lf/wrappers/ll.fish b/modules/by-name/lf/lf/wrappers/ll.fish index 8c87b243..6478d6f1 100644 --- a/modules/by-name/lf/lf/wrappers/ll.fish +++ b/modules/by-name/lf/lf/wrappers/ll.fish @@ -22,7 +22,7 @@ begin set --erase SHOULD_SANDBOX_DIRENV case '*' # Just pass things along, that we don't know about - printf "%s" "$cmd" + printf "%s\n\r" "$cmd" >&2 end end -- cgit v1.3.1