Commit 2ef2df86 authored by Matthias Putz's avatar Matthias Putz

Revert "repo.cmd unnecessary bash call fix - call python directly instead"

-- repo forall with variables was broken afterwards

This reverts commit ecca5a89.
parent 8bfbfb51
@call python %~dp0\repo %*
\ No newline at end of file
@bash -c "repo %*"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment