X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Flist_packages.sh;h=d7317fbb6eecfbd30e28a96789a48d2c41da8802;hb=848f26e3717ef540d288f0c828cac9f758874b52;hp=0a52aa64d380b77dd9f2b4cf166924f97db32665;hpb=278b1a2ca75a30e143c38f2794d16f35e024909a;p=feisty_meow.git diff --git a/scripts/system/list_packages.sh b/scripts/system/list_packages.sh index 0a52aa64..d7317fbb 100644 --- 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