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