From 4dd3d40a745a6acf70a1eb37bc1dfcf60f4a2be2 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 18 Nov 2017 14:54:44 +0000 Subject: [PATCH] Uppercase check for not osx systems --- scripts/npm-check-bundles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npm-check-bundles.sh b/scripts/npm-check-bundles.sh index 40780489bc..4cce3551c3 100755 --- a/scripts/npm-check-bundles.sh +++ b/scripts/npm-check-bundles.sh @@ -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