X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=update-pciids.sh;h=ab68d1226c9f0b468c058b31de456a6ed502fb57;hb=0089d489b469e19e615f33cc8485c48e7f7cfebb;hp=b89aaea26e6f20db70a7236e89570f0401b28a28;hpb=97add73f9cdfea302a5f71266add65bfa4e746d5;p=pciutils.git diff --git a/update-pciids.sh b/update-pciids.sh index b89aaea..ab68d12 100755 --- a/update-pciids.sh +++ b/update-pciids.sh @@ -15,7 +15,7 @@ if ! touch ${DEST} >/dev/null 2>&1 ; then exit 1 fi -if [ "$PCI_COMPRESSED_IDS" -eq 1 ] ; then +if [ "$PCI_COMPRESSED_IDS" = 1 ] ; then DECOMP="cat" SRC="$SRC.gz" GREP=zgrep