mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Uppercase check for not osx systems
This commit is contained in:
@@ -79,7 +79,7 @@ do
|
||||
echo "style ok!"
|
||||
fi
|
||||
|
||||
if [ ! -f package/readme.md ]; then
|
||||
if [ ! -f package/README.md ]; then
|
||||
error_out '31;1' "$PACKAGE readme not found!" >&2
|
||||
exit 1
|
||||
else
|
||||
|
Reference in New Issue
Block a user