mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Uppercase check for not osx systems
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user