Vi got me in trouble in r187102 - fix typo of duplicate output filename.

Submitted by:	several
This commit is contained in:
David E. O'Brien 2009-01-12 17:26:52 +00:00
parent b5d54ecafa
commit b7c4c1f7b9

View File

@ -27,5 +27,5 @@
# $FreeBSD$
fetch -o /tmp/usb.if /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/
awk -F '|' '{ printf "%#06x\t%s\n", $1, $2 }' < /tmp/usb.if | sort