mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-02-05 08:28:00 +00:00
make scratch locate ignore case
This commit is contained in:
2
scratch
2
scratch
@@ -196,7 +196,7 @@ scratch_integrity() {
|
||||
scratch_locate() {
|
||||
needarg $@
|
||||
for repo in $PORT_REPO; do
|
||||
grep -R $@ $repo/*/.pkgfiles 2>/dev/null | sed 's/:/ /;s/\/\.pkgfiles//' | awk '{print $1,$4}'
|
||||
grep -Ri $@ $repo/*/.pkgfiles 2>/dev/null | sed 's/:/ /;s/\/\.pkgfiles//' | awk '{print $1,$4}'
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user