Fix grep-all after we removed minimums from global-requirements

Change-Id: I18d22247be4d6859615fb95d96287400889ea2f8
This commit is contained in:
Tony Breeds 2018-06-29 09:25:37 +10:00
parent 09f3e712f7
commit 438312aea5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ $# -ne 1 ]; then
fi
function search {
git grep -hEi "^${1}[=><!]" "${2}:${3}" 2>/dev/null
git grep -hEi "^${1}[ =><!]" "${2}:${3}" 2>/dev/null
}
printf '\nRequirements\n------------\n'