summaryrefslogtreecommitdiff
path: root/dir-to-movie.pl
diff options
context:
space:
mode:
Diffstat (limited to 'dir-to-movie.pl')
-rwxr-xr-xdir-to-movie.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl
index 3222b1f..332c491 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -49,7 +49,7 @@ chdir("$path/$tag");
my $i = 0;
-my $lines = read_dir('.')
+my $lines = read_dir('.');
my $pwd = `pwd`;
chomp $pwd;
$pwd .= '/';