summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalex <halex@openbsd.org>2011-07-09 21:27:23 +0000
committerhalex <halex@openbsd.org>2011-07-09 21:27:23 +0000
commitad74a0b25d52d636243ca501c7c2f6bdca00cb12 (patch)
tree3f031128994a9e0910c03ac6588a5b6673683356
parentDocument default write speed of tao subcommand. (diff)
downloadwireguard-openbsd-ad74a0b25d52d636243ca501c7c2f6bdca00cb12.tar.xz
wireguard-openbsd-ad74a0b25d52d636243ca501c7c2f6bdca00cb12.zip
zap a glob leftover
noted by weerd@, thanks
-rw-r--r--usr.sbin/fw_update/fw_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fw_update/fw_update.sh b/usr.sbin/fw_update/fw_update.sh
index cbab9e638b0..5709c818484 100644
--- a/usr.sbin/fw_update/fw_update.sh
+++ b/usr.sbin/fw_update/fw_update.sh
@@ -52,7 +52,7 @@ install=
update=
for driver in $DRIVERS; do
- if print -r -- "$installed" | grep -q "^${driver}-firmware-*"; then
+ if print -r -- "$installed" | grep -q "^${driver}-firmware-"; then
update="$update ${driver}-firmware"
elif grep -q "^${driver}[0-9][0-9]* at " /var/run/dmesg.boot; then
install="$install ${driver}-firmware"