slitaz-tools rev 131

bootfloppybox: unlzma typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 09 13:53:11 2008 +0000 (2008-04-09)
parents 63fe9c958012
children b47e4d34c125
files tinyutils/bootfloppybox
line diff
     1.1 --- a/tinyutils/bootfloppybox	Wed Apr 09 13:45:11 2008 +0000
     1.2 +++ b/tinyutils/bootfloppybox	Wed Apr 09 13:53:11 2008 +0000
     1.3 @@ -62,7 +62,7 @@
     1.4  "
     1.5    if [ -f $file ]; then
     1.6      case "$file" in
     1.7 -    *.lzma) action="unlzma";;
     1.8 +    *.lzma) action="unlzma -c";;
     1.9      *.gz)   action="zcat";;
    1.10      *)      action="cat";;
    1.11      esac