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";; CAT="zcat";;
BZh*) BZh*)
CAT="bzcat";; CAT="bzcat";;
$'\x71\xc7'*) $'\x71\xc7'*|070701)
070701)
CAT="cat";; CAT="cat";;
*) *)
CAT="xzcat"; CAT="xzcat";