From 1328010db801f65f658844777fd110febdd556b4 Mon Sep 17 00:00:00 2001 From: Sem Date: Mon, 20 Jul 2026 13:44:45 +0200 Subject: [PATCH] Use proper indexes for input arguments again --- fix_unknown_album_and_artist_flac_file.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fix_unknown_album_and_artist_flac_file.sh b/fix_unknown_album_and_artist_flac_file.sh index fdd5bca..f2af6ff 100755 --- a/fix_unknown_album_and_artist_flac_file.sh +++ b/fix_unknown_album_and_artist_flac_file.sh @@ -27,11 +27,11 @@ then else if [ "$1" = "-l" ] then - echo "Looping through $3" + echo "Looping through $2" while read flacfile; do echo "Processing line $flacfile" fix_flac_file "$flacfile" - done < "$3" + done < "$2" exit 0; else echo "moving to $2"