Loading native/jni/run-tests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ echo "Usage:" 1>&2 echo " source $0" 1>&2 echo " or" 1>&2 echo " . $0" 1>&2 exit 1 if [[ ${BASH_SOURCE[0]} != $0 ]]; then return; else exit 1; fi fi pushd $PWD > /dev/null Loading tools/dicttool/tests/etc/test-dicttool.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ echo "Usage:" 1>&2 echo " source $0" 1>&2 echo " or" 1>&2 echo " . $0" 1>&2 exit 1 if [[ ${BASH_SOURCE[0]} != $0 ]]; then return; else exit 1; fi fi find out -name "dicttool_aosp*" -exec rm -rf {} \; > /dev/null 2>&1 Loading Loading
native/jni/run-tests.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ echo "Usage:" 1>&2 echo " source $0" 1>&2 echo " or" 1>&2 echo " . $0" 1>&2 exit 1 if [[ ${BASH_SOURCE[0]} != $0 ]]; then return; else exit 1; fi fi pushd $PWD > /dev/null Loading
tools/dicttool/tests/etc/test-dicttool.sh +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ echo "Usage:" 1>&2 echo " source $0" 1>&2 echo " or" 1>&2 echo " . $0" 1>&2 exit 1 if [[ ${BASH_SOURCE[0]} != $0 ]]; then return; else exit 1; fi fi find out -name "dicttool_aosp*" -exec rm -rf {} \; > /dev/null 2>&1 Loading