Fix SC2196.

remotes/origin/4.10
Darko Poljak 7 years ago
parent 28889ef38a
commit 73acb35a8a
  1. 2
      cdist/conf/type/__package_luarocks/explorer/pkg_status

@ -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

Loading…
Cancel
Save