Searched refs:OPTION_GIT_HTTP (Results 1 – 2 of 2) sorted by relevance
45 OPTION_GIT_HTTP=no46 register_var_option "--git-http" OPTION_GIT_HTTP "Use http to download sources from git"87 if [ -n "$OPTION_GIT_BASE" -a "$OPTION_GIT_HTTP" = "yes" ] ; then125 if [ "$OPTION_GIT_HTTP" = "yes" ] ; then
59 OPTION_GIT_HTTP=no60 register_var_option "--git-http" OPTION_GIT_HTTP "Download sources with http."165 if [ $OPTION_GIT_HTTP = "yes" ] ; then