diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-25 15:20:32 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-25 15:20:32 +0000 |
commit | b04dc47703ed5c5f6e365c42e3018b3f6e5f4424 (patch) | |
tree | 7f1347aae2ee2c48a716cbf8d11cefd80d320ef7 | |
parent | 4e68ce05ed6e0ac30d8af4a70978df70c652693d (diff) | |
download | draklive-b04dc47703ed5c5f6e365c42e3018b3f6e5f4424.tar draklive-b04dc47703ed5c5f6e365c42e3018b3f6e5f4424.tar.gz draklive-b04dc47703ed5c5f6e365c42e3018b3f6e5f4424.tar.bz2 draklive-b04dc47703ed5c5f6e365c42e3018b3f6e5f4424.tar.xz draklive-b04dc47703ed5c5f6e365c42e3018b3f6e5f4424.zip |
fix typo
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }, |