mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Uppercase check for not osx systems
This commit is contained in:
parent
4a209f31d8
commit
4dd3d40a74
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user