From b4a01cdf7418dc5887aaf0ba40553c846a4f4172 Mon Sep 17 00:00:00 2001 From: Marco Dengel Date: Sat, 30 Nov 2024 19:47:14 +0100 Subject: [PATCH] recursive cleanup --- audio2tonie.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/audio2tonie.sh b/audio2tonie.sh index 9a70154..a28c1de 100755 --- a/audio2tonie.sh +++ b/audio2tonie.sh @@ -26,7 +26,6 @@ elif [[ "$SOURCE" == *.* ]]; then count=1 else if [[ $RECURSIVE ]]; then - echo "Transcoding recursive, ignoring output-filename" echo $SEPARATOR for d in $SOURCE/*/ ; do DIRNAME=$(basename "$d")