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!"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user