From a7fe4eaae88ee13c896d3cacf473f1312701a33a Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Sat, 11 Sep 2021 09:55:37 +0200 Subject: [PATCH] fix Signed-off-by: Andrey Platov --- common/scripts/each.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/each.sh b/common/scripts/each.sh index 6142c58f8c..75aeba33b8 100755 --- a/common/scripts/each.sh +++ b/common/scripts/each.sh @@ -25,8 +25,8 @@ for i in $roots do pushd ${i} echo ${runScript} - node ${runScript} - checkScript=$(node ${runScript} | grep $1: | wc -l) + node ${runScript} -h + checkScript=$(node ${runScript} -h | grep $1: | wc -l) if [ $checkScript -gt 0 ]; then node ${runScript} $@ retVal=$?