drop a leftover
This commit is contained in:
parent
98decf1e62
commit
2a6e8d45bd
@ -33,7 +33,6 @@ E1=`date '+%s'`
|
|||||||
# require ^releng_, avoid running (your)self explcitly
|
# require ^releng_, avoid running (your)self explcitly
|
||||||
for s in `ls | grep ^releng_ | grep -v ${SELF} | sort`; do
|
for s in `ls | grep ^releng_ | grep -v ${SELF} | sort`; do
|
||||||
if [ -x ${s} -a ! -d ${s} ]; then
|
if [ -x ${s} -a ! -d ${s} ]; then
|
||||||
CMD=""
|
|
||||||
printf "\n$0: Running ./${s} ${PASSED_OPTIONS}..."
|
printf "\n$0: Running ./${s} ${PASSED_OPTIONS}..."
|
||||||
T1=`date '+%s'`
|
T1=`date '+%s'`
|
||||||
set +e
|
set +e
|
||||||
|
Loading…
Reference in New Issue
Block a user