From aeb551e74fa4b4c5fc826890c4274b585efbefb4 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 12 Jun 2024 17:51:11 -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 e9848bf..93316ce 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -34,7 +34,7 @@ for input_file in "$@"; do # while IFS= read -r line; do # echo "... $line ..." - for line in $input_file + for line in "$input_file" do echo ${line} >> ${log_file} done