diff --git a/tools/op.sh b/tools/op.sh index 27f1817211dd3a..7ad96971856093 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -24,7 +24,7 @@ function op_run_command() { CMD="$@" echo -e "${BOLD}Running:${NC} $CMD" if [[ -z "$DRY" ]]; then - $CMD + eval "$CMD" fi }