summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 6a94a6b..778fea7 100755
--- a/draklive
+++ b/draklive
@@ -223,7 +223,7 @@ my %loop = (
'mksquashfs', $src, $dest, '-noappend', '-no-progress', '-info',
'-ef', $exclude_file,
if_(-f $sort, '-sort', $sort),
- ) or die "unable to run mksquashfs\n"";
+ ) or die "unable to run mksquashfs\n";
progress_end();
unlink $exclude_file;
},