Skip to content

Commit

Permalink
recursive cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn committed Nov 30, 2024
1 parent 809f458 commit b4a01cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audio2tonie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b4a01cd

Please sign in to comment.