Fix SC2196.

This commit is contained in:
Darko Poljak 2018-10-05 12:04:45 +02:00
parent 28889ef38a
commit 73acb35a8a
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ else
fi
# Accept luarocks failing if package is not known/installed
luarocks list "$name" | egrep -A1 "^$name$" || exit 0
luarocks list "$name" | grep -E -A1 "^$name$" || exit 0