mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Vi got me in trouble in r187102 - fix typo of duplicate output filename.
Submitted by: several
This commit is contained in:
parent
b5d54ecafa
commit
b7c4c1f7b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue