Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.8

Lines Matching refs:COMMAND

463         echo "## COMMAND: $@"
543 # We need to take care of the fact that the 'which <foo>' command
551 # Result: set $1 to the full path of the corresponding command
755 # The following is an awk command to parse the Packages file and extract
931 # $3: Optional: command name (will be cmd_$1 by default)
937 local COMMAND="${3:-cmd_$1}"
942 task_set $TASK cmd "$COMMAND"
950 # $3: Optional: command name (will be cmd_$1 by default)
955 local COMMAND="${3:-cmd_$1}"
957 task_define "${TASK}_1" "$DESCR 1/2" "phase_1 $COMMAND"
958 task_define "${TASK}_2" "$DESCR 2/2" "phase_2 $COMMAND"
1337 # Used to setup phase 1 the run a command
1344 # Used to setup phase 2 then run a command