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

Lines Matching refs:COMMAND

465         echo "## COMMAND: $@"
545 # We need to take care of the fact that the 'which <foo>' command
553 # Result: set $1 to the full path of the corresponding command
757 # The following is an awk command to parse the Packages file and extract
933 # $3: Optional: command name (will be cmd_$1 by default)
939 local COMMAND="${3:-cmd_$1}"
944 task_set $TASK cmd "$COMMAND"
952 # $3: Optional: command name (will be cmd_$1 by default)
957 local COMMAND="${3:-cmd_$1}"
959 task_define "${TASK}_1" "$DESCR 1/2" "phase_1 $COMMAND"
960 task_define "${TASK}_2" "$DESCR 2/2" "phase_2 $COMMAND"
1339 # Used to setup phase 1 the run a command
1346 # Used to setup phase 2 then run a command