diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-09-28 10:33:15 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-09-28 10:33:15 +0000 |
commit | dbcbfcfc0a731256f5da2c42d466ed78056d7375 (patch) | |
tree | 35da4c0b538e99084d399674432f3a695cbcba52 | |
parent | 594f4b484a11e4ef6afdc38f3a67ae2371052733 (diff) |
Typo.
-rwxr-xr-x | tools/gen_frikanalen_video.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_frikanalen_video.pl b/tools/gen_frikanalen_video.pl index 2ec0ed7..3e83dc9 100755 --- a/tools/gen_frikanalen_video.pl +++ b/tools/gen_frikanalen_video.pl @@ -314,7 +314,7 @@ sub getsrtfile { } sub runcmd { - my $cmd = join(" ", @_) + my $cmd = join(" ", @_); print "Cmd: $cmd\n" if $debug; my $f = `$cmd || echo -n -1`; return 0 if ( $f eq -1 ); |