From c8b0217ccc472c8d6a7af31bddaabf9500d25678 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 3 Feb 2025 17:59:11 +0100 Subject: style(treewide): Format --- modules/by-name/lf/lf/commands/scripts/dragon.sh | 2 +- modules/by-name/lf/lf/commands/scripts/dragon_individual.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/by-name/lf/lf/commands/scripts/dragon.sh b/modules/by-name/lf/lf/commands/scripts/dragon.sh index 0e6123e1..299d7bbe 100755 --- a/modules/by-name/lf/lf/commands/scripts/dragon.sh +++ b/modules/by-name/lf/lf/commands/scripts/dragon.sh @@ -11,7 +11,7 @@ id="$id" while read -r file; do set -- "$@" "$file" -done < "$(echo "$fx" | tmp)" +done <"$(echo "$fx" | tmp)" dragon --all --and-exit "$@" # vim: ft=sh diff --git a/modules/by-name/lf/lf/commands/scripts/dragon_individual.sh b/modules/by-name/lf/lf/commands/scripts/dragon_individual.sh index 580b0cd0..1cb603d9 100755 --- a/modules/by-name/lf/lf/commands/scripts/dragon_individual.sh +++ b/modules/by-name/lf/lf/commands/scripts/dragon_individual.sh @@ -11,7 +11,7 @@ id="$id" while read -r file; do set -- "$@" "$file" -done < "$(echo "$fx" | tmp)" +done <"$(echo "$fx" | tmp)" dragon "$@" # vim: ft=sh -- cgit 1.4.1