mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
fix
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
7d22264c29
commit
a7fe4eaae8
@ -25,8 +25,8 @@ for i in $roots
|
|||||||
do
|
do
|
||||||
pushd ${i}
|
pushd ${i}
|
||||||
echo ${runScript}
|
echo ${runScript}
|
||||||
node ${runScript}
|
node ${runScript} -h
|
||||||
checkScript=$(node ${runScript} | grep $1: | wc -l)
|
checkScript=$(node ${runScript} -h | grep $1: | wc -l)
|
||||||
if [ $checkScript -gt 0 ]; then
|
if [ $checkScript -gt 0 ]; then
|
||||||
node ${runScript} $@
|
node ${runScript} $@
|
||||||
retVal=$?
|
retVal=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user