]> mj.ucw.cz Git - pciids.git/commitdiff
Better name for the date/version
authorMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 17:57:25 +0000 (19:57 +0200)
committerMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 17:57:25 +0000 (19:57 +0200)
scripts/pciids-export

index 695a0c33dfbd8a0ddb48cdae25fdc6cbdaeb14d1..7b0aa470d35edd5718a34b16fa11403d31f9862f 100755 (executable)
@@ -27,7 +27,7 @@ cat cf/class_head.ids >> ../pci.ids.new
 cd ..
 if ! [ -f docs/pci.ids ] || ! cmp docs/pci.ids pci.ids.new >/dev/null ; then
        cp perl/cf/head.ids pci.ids.final
-       echo '# Current to date: '`date +%Y%m%d` >> pci.ids.final
+       echo '# Version: '`date +%Y%m%d` >> pci.ids.final
        echo >> pci.ids.final
        cat pci.ids.new >> pci.ids.final
        ln -f pci.ids.final ~/origs/00-current