From 21c63ce61774745cea0d73f1380d54489849a031 Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Sun, 7 Jan 2024 08:35:50 +0100 Subject: [PATCH] Refactor file processing logic in jq command --- xdg-ninja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 44a9b376..fc1f1154 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -230,7 +230,7 @@ do_check_programs() { " read -r name; read -r filename; read -r movable; read -r help; do check_file "$name" "$filename" "$movable" "$help" done <