about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'leo.pl')
-rwxr-xr-xleo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/leo.pl b/leo.pl
index 44266db..bdd3f3d 100755
--- a/leo.pl
+++ b/leo.pl
@@ -61,7 +61,7 @@ sub archive {
     warn "$tar_file exists, might overwrite.\n" if -e $tar_file;
     print "\n";
 
-    tar_create($tar_file, @_)
+    tar_create($tar_file, @_);
 
     $? # tar returns 1 on errors.
         ? die "Archive creation failed :: $?\n"