Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85fbbf9a authored by Alexander Grund's avatar Alexander Grund
Browse files

Fix quoting in argument forward of `repopick`

`repopick --query 'topic:Foo project:Bar'` currently fails as the
argument to `--query` gets split making it appear as a query and change
number argument to `repopick.py`
So forward the correct quoting.

Change-Id: I020d38216303051cbeb48cfac1c9b2f8738e02f9
parent 2aa64313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -934,7 +934,7 @@ alias cmkap='dopush cmka'

function repopick() {
    T=$(gettop)
    $T/lineage/scripts/repopick/repopick.py $@
    $T/lineage/scripts/repopick/repopick.py "$@"
}

function sort-blobs-list() {