HomeSort by relevance Sort by last modified time
    Searched refs:OPTIONFLAGS (Results 1 - 2 of 2) sorted by null

  /external/toybox/scripts/
test.sh 27 [ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g')
runtest.sh 34 # The "optional" function checks the environment variable "OPTIONFLAGS",
59 option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"`
61 if [ -z "$1" ] || [ -z "$OPTIONFLAGS" ] || [ ${#option} -ne 0 ]

Completed in 3889 milliseconds