]> mj.ucw.cz Git - pciutils.git/blobdiff - update-pciids.sh
lspci: Avoid "%1$c" style format strings in HT capability
[pciutils.git] / update-pciids.sh
index b89aaea26e6f20db70a7236e89570f0401b28a28..ab68d1226c9f0b468c058b31de456a6ed502fb57 100755 (executable)
@@ -15,7 +15,7 @@ if ! touch ${DEST} >/dev/null 2>&1 ; then
        exit 1
 fi
 
        exit 1
 fi
 
-if [ "$PCI_COMPRESSED_IDS" -eq 1 ] ; then
+if [ "$PCI_COMPRESSED_IDS" = 1 ] ; then
        DECOMP="cat"
        SRC="$SRC.gz"
        GREP=zgrep
        DECOMP="cat"
        SRC="$SRC.gz"
        GREP=zgrep