From 9d9c3c7df6b60bbcb776f9d87cf727e1b3ac8761 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 21 May 2019 14:55:58 +0200 Subject: [PATCH] Fixed space/tab. --- podcasts/scripts/make-all-podcasts.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podcasts/scripts/make-all-podcasts.pl b/podcasts/scripts/make-all-podcasts.pl index dedc91a..0783195 100755 --- a/podcasts/scripts/make-all-podcasts.pl +++ b/podcasts/scripts/make-all-podcasts.pl @@ -150,7 +150,7 @@ sub process { } } - # renaming to target + # renaming to target my $command = "mv output.ogg $source_name.ogg"; if($dryrun) { print "$command\n";