summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-20 17:52:06 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-20 17:52:06 +0200
commit8f902f12a4a4a7214d0511c256417c5bcb432a9e (patch)
tree6164ab07305289b6178a3332dbec5a97ed83d72c
parent7ab00c3e00a72070fecb7a981938287c5b48a844 (diff)
comma
-rwxr-xr-xdir-to-movie.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl
index c566787..ff5a9cc 100755
--- a/dir-to-movie.pl
+++ b/dir-to-movie.pl
@@ -18,6 +18,8 @@ or die("Error in command line arguments\n");
$tag =~ s/\....$//;
+print "$tag\n";
+
if (! -e "results/$tag") {
print "usage: $0 [tag]\n";
exit(1);