aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/lf/lf/wrappers/ll.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/wrappers/ll.fish b/modules/by-name/lf/lf/wrappers/ll.fish
index 4d1e3561..8c87b243 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 "SYSCMD not recognized: %s\n" "$cmd"
+ printf "%s" "$cmd"
end
end