lsinitrd.sh: fixed case

master
Harald Hoyer 2013-08-09 15:35:20 +02:00
parent beb26a0847
commit d93fe0fa35
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ case $bin in
CAT="zcat";;
BZh*)
CAT="bzcat";;
$'\x71\xc7'*)
070701)
$'\x71\xc7'*|070701)
CAT="cat";;
*)
CAT="xzcat";