Lines Matching refs:cmd
23 cmd="$1"
24 execute_or_die_unless_match "$cmd" ""
31 cmd="$1"
33 print_exec_command "$cmd"
34 result="$($cmd 2>&1)"
37 print_finish_exec_command "$cmd" "0"
39 check_and_handle_result_text "$result" "$expression" "$cmd"
41 abort_cmd "$cmd" "$result"
44 print_finish_exec_command "$cmd" "1"
54 cmd="$3"
58 abort_cmd "$cmd" "$result"
60 print_ignoring_failed_command "$cmd"
65 cmd="$1"
67 print_failed_command "$cmd" "$message"
72 cmd="$1"
73 echo -ne ">>> Executing '$cmd'\r"
77 cmd="$1"
80 print_colored_or_not ">>> Executed '$cmd'!" "32"
82 print_colored_or_not ">>> Executed '$cmd'!" "31"
87 cmd="$1"
88 print_colored_or_not " >> Failed to execute '$cmd', but ignoring the result." "33"
92 cmd="$1"
94 print_colored_or_not " >> Failed to execute '$cmd', aborting further commands." "31"