mirror of https://github.com/commaai/openpilot.git
Update op.sh
This commit is contained in:
parent
4ac938a578
commit
6cdf2a1499
|
@ -24,7 +24,7 @@ function op_run_command() {
|
|||
CMD="$@"
|
||||
echo -e "${BOLD}Running:${NC} $CMD"
|
||||
if [[ -z "$DRY" ]]; then
|
||||
$CMD
|
||||
eval "$CMD"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue