Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: cgi-bin/
Date: Tue, 02 Jun 2020 16:19:20
Message-Id: 1591114743.303638ac23747f92a44b0e7eaa6821ebcb147aee.mgorny@gentoo
1 commit: 303638ac23747f92a44b0e7eaa6821ebcb147aee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 16:19:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 16:19:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=303638ac
7
8 Fix silly thinko
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 cgi-bin/get-git-file.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
16 index ef57a72..09e0122 100755
17 --- a/cgi-bin/get-git-file.sh
18 +++ b/cgi-bin/get-git-file.sh
19 @@ -25,7 +25,7 @@ main() {
20 projects=--projects
21 ;;
22 pkg=*)
23 - filter_pkg="--pkg ${pkg}"
24 + filter_pkg="--pkg ${q#pkg=}"
25 ;;
26 esac
27 [[ ${qs} == *\;* ]] && qs=${qs#*;} || qs=