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

Commit 6e2c4765 authored by Alexander Grund's avatar Alexander Grund Committed by Nolen Johnson
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 bf03deb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -903,7 +903,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() {