From 43e530545bd5d3b335f20cda06702d8428f0de4a Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Wed, 29 Jul 2015 17:04:07 +0200 Subject: [PATCH] fixed wrong excluding path --- Installation/file-list-js.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/file-list-js.sh b/Installation/file-list-js.sh index cc55752f9a..b42a2e7aff 100755 --- a/Installation/file-list-js.sh +++ b/Installation/file-list-js.sh @@ -24,7 +24,7 @@ SRCDIR=$1 | egrep -v "^js/client/test-data/" \ | egrep -v "^js/server/tests/" \ | egrep -v "^js/server/test-data/" \ -| egrep -v "^js/apps/system/admin/.*/node_modules/" \ +| egrep -v "^js/apps/system/_admin/.*/node_modules/" \ | egrep -v "^js/apps/system/.*/test/" \ | egrep -v "^js/apps/system/.*/test_data/" \ | egrep -v "^js/apps/system/.*/coverage/" \