mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
27912: presume that pci.ids is uncompressed now.
This commit is contained in:
parent
32251cbac4
commit
9cd312ff0f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-04-25 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 27912: Completion/Linux/Command/_lsusb: presume that
|
||||
pci.ids is uncompressed now.
|
||||
|
||||
2010-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* users/15028 (modified to do the unquoting a bit more
|
||||
|
@ -13052,5 +13057,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4961 $
|
||||
* $Revision: 1.4962 $
|
||||
*****************************************************
|
||||
|
|
|
@ -25,7 +25,7 @@ _arguments \
|
|||
_lsusb_devices[${pair}]="$match[2]"
|
||||
;;
|
||||
esac
|
||||
done < <(zcat /var/lib/usbutils/usb.ids)
|
||||
done < /var/lib/usbutils/usb.ids
|
||||
fi
|
||||
|
||||
compadd -k _lsusb_devices
|
||||
|
|
Loading…
Reference in a new issue