X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Flist_packages.sh;h=d7317fbb6eecfbd30e28a96789a48d2c41da8802;hb=65c8827e2000ab91f624c7e71cd43744d34973c4;hp=0a52aa64d380b77dd9f2b4cf166924f97db32665;hpb=dad569289dd0a1de21d61354720bf21406dd541a;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