[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-pci
Subject:    [PATCH] fix for a bash issue regarding a variable in update-pciids
From:       Christian Inci <chris.pcguy.inci () gmail ! com>
Date:       2011-12-23 0:33:40
Message-ID: 4EF3CC64.40705 () gmail ! com
[Download RAW message or body]

From f9d728aa77fc53189f750286b327361a707f0533 Mon Sep 17 00:00:00 2001
From: Christian Inci <chris.pcguy.inci@gmail.com>
Date: Fri, 23 Dec 2011 01:13:16 +0100
Subject: [PATCH] fix for a bash issue regarding a variable in update-pciids
 At least some bash versions can and will complain about an
 empty PCI_COMPRESSED_IDS variable, when it get used in the
 'if'-statement.

e.g. with a message like:
  "/usr/sbin/update-pciids: line 18: [: : integer expression expected"

Signed-off-by: Christian Inci <chris.pcguy.inci@gmail.com>
---
 update-pciids.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/update-pciids.sh b/update-pciids.sh
index 5e77109..708e3b3 100755
--- a/update-pciids.sh
+++ b/update-pciids.sh
@@ -5,7 +5,7 @@
 set -e
 SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
 DEST=pci.ids
-PCI_COMPRESSED_IDS=
+PCI_COMPRESSED_IDS=0
 GREP=grep
 
 # if pci.ids is read-only (because the filesystem is read-only),
-- 
1.7.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic