From 61bf4a1e76332e90cdd782e4bce6712a220e971d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 7 Oct 2008 11:48:37 +0200 Subject: [PATCH] Fixed a typo in the export script. --- scripts/pciids-export | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/pciids-export b/scripts/pciids-export index bf4f2e4..88f42a2 100755 --- a/scripts/pciids-export +++ b/scripts/pciids-export @@ -28,8 +28,9 @@ cd .. if ! [ -f docs/pci.ids.nohead ] || ! cmp docs/pci.ids.nohead pci.ids.new >/dev/null ; then VERSION=`date '+%Y.%m.%d'` DATE=`date '+%F %T'` - sed pci.ids.final -e "s/@VERSION@/$VERSION/;s/@DATE@/$DATE/' + sed pci.ids.final -e "s/@VERSION@/$VERSION/;s/@DATE@/$DATE/" cat pci.ids.new >> pci.ids.final + ln -f pci.ids.final ~/origs/00-current ln -f pci.ids.final docs/pci.ids ln -f pci.ids.final docs/v2.2/pci.ids -- 2.39.5