From 895cb379ba87c1d31cea8866d82cacf20ea21581 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 18:01:19 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index 0b042d8..7d8383a 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -35,7 +35,7 @@ for input_file in "$@"; do declare -a theArray -while read -r line +while read -r input_file do theArray+=("$line") done <<< "$lines"