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