From 4d4f15fc8473668e3909cbec775df1fd47f67a30 Mon Sep 17 00:00:00 2001 From: q Date: Thu, 6 Nov 2025 15:19:01 +0200 Subject: [PATCH] find removed files --- rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc b/rc index e6601ed..9bac8b3 100755 --- a/rc +++ b/rc @@ -49,7 +49,7 @@ function _q-tools-update-binary { "$QTOOLSPATH"/current.tar.gz local obsoleted_file if [[ -e .removed_files.txt ]]; then - while obsoleted_file; do + while read obsoleted_file; do echo removing "$obsoleted_file" done < .removed_files.txt fi