projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dad5692
)
enabling case insensitive package searches
author
Chris Koeritz
<cak0l@virginia.edu>
Thu, 29 Jul 2021 20:55:47 +0000
(16:55 -0400)
committer
Chris Koeritz
<cak0l@virginia.edu>
Thu, 29 Jul 2021 20:55:47 +0000
(16:55 -0400)
scripts/system/list_packages.sh
patch
|
blob
|
history
diff --git
a/scripts/system/list_packages.sh
b/scripts/system/list_packages.sh
index 0a52aa64d380b77dd9f2b4cf166924f97db32665..d7317fbb6eecfbd30e28a96789a48d2c41da8802 100644
(file)
--- a/
scripts/system/list_packages.sh
+++ b/
scripts/system/list_packages.sh
@@
-8,7
+8,7
@@
if [ -z "$*" ]; then
else
# we know the parameters are not empty, so we don't go with our
# wildcard approach for listing the package names.
- SEEK_PIECE=' grep $* '
+ SEEK_PIECE=' grep
-i
$* '
fi
if debian_like; then