Uppercase check for not osx systems

This commit is contained in:
Eugenio Romano 2017-11-18 14:54:44 +00:00
parent 4a209f31d8
commit 4dd3d40a74

View File

@ -79,7 +79,7 @@ do
echo "style ok!" echo "style ok!"
fi fi
if [ ! -f package/readme.md ]; then if [ ! -f package/README.md ]; then
error_out '31;1' "$PACKAGE readme not found!" >&2 error_out '31;1' "$PACKAGE readme not found!" >&2
exit 1 exit 1
else else