Lines Matching refs:COMMAND
390 echo "## COMMAND: $@"
452 # We need to take care of the fact that the 'which <foo>' command
460 # Result: set $1 to the full path of the corresponding command
659 # The following is an awk command to parse the Packages file and extract
796 # $3: Optional: command name (will be cmd_$1 by default)
802 local COMMAND="${3:-cmd_$1}"
807 task_set $TASK cmd "$COMMAND"
815 # $3: Optional: command name (will be cmd_$1 by default)
820 local COMMAND="${3:-cmd_$1}"
822 task_define "${TASK}_1" "$DESCR 1/2" "phase_1 $COMMAND"
823 task_define "${TASK}_2" "$DESCR 2/2" "phase_2 $COMMAND"
1100 # Used to setup phase 1 the run a command
1107 # Used to setup phase 2 then run a command