X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=update-pciids.sh;h=feef7498148209f2e6d01948cd9ddaf54ac2de05;hb=3a1b0cbf9139a4d64fcd5190f238c1448e19401b;hp=52a3d7e1099850f332f518f8104d8847faa96133;hpb=d26b53789cd7484808f131b3f729b1c0b20c0fd1;p=pciutils.git diff --git a/update-pciids.sh b/update-pciids.sh index 52a3d7e..feef749 100755 --- a/update-pciids.sh +++ b/update-pciids.sh @@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then DL="curl -o $DEST.new $SRC" ${quiet} && DL="$DL -s -S" elif which wget >/dev/null 2>&1 ; then - DL="wget -O $DEST.new $SRC" + DL="wget --no-timestamping -O $DEST.new $SRC" ${quiet} && DL="$DL -q" elif which lynx >/dev/null 2>&1 ; then DL="eval lynx -source $SRC >$DEST.new"