Update test.sh
This commit is contained in:
3
test.sh
3
test.sh
@@ -18,8 +18,9 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1`" != "`git ls-remot
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
s=1
|
s=1
|
||||||
for srvcopts in "${NM_SRVCOPTS[@]}"
|
for srvcopt in "${!NM_SRVCOPTS[@]}"; do
|
||||||
do
|
do
|
||||||
echo " [${s}] ${srvcopts~}"
|
echo " [${s}] ${srvcopts~}"
|
||||||
s=`expr $s + 1`
|
s=`expr $s + 1`
|
||||||
|
|||||||
Reference in New Issue
Block a user