From b04dc47703ed5c5f6e365c42e3018b3f6e5f4424 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 25 Sep 2007 15:20:32 +0000 Subject: fix typo --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, -- cgit v1.2.1