drop a leftover

This commit is contained in:
George Danchev 2011-06-27 15:38:48 +00:00
parent 98decf1e62
commit 2a6e8d45bd
1 changed files with 0 additions and 1 deletions

View File

@ -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