Lines Matching full:command
6 echo ' diag-build.sh [-v] <other build command>'
9 echo 'If using an alternate build command, you must ensure that'
87 command=$(
89 # Remove "if" early on so we can find the right command line.
98 if [[ -z "$command" ]]; then
110 command=${command%%&&*}
111 command=${command%%||*}
112 command=${command%%;*}
114 [[ -n "$verbose" ]] && echo $command
115 eval $command