Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Thu, 16 Jul 2020 15:03:30
Message-Id: 1594909756.c0da04e2e1b224c5f153e81818d7734f4fbf7fe5.whissi@gentoo
1 commit: c0da04e2e1b224c5f153e81818d7734f4fbf7fe5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 14 14:47:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 14:29:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=c0da04e2
7
8 gen_funcs.sh: tc-getRANLIB(): Normalized
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 gen_funcs.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/gen_funcs.sh b/gen_funcs.sh
16 index 984787b..81a7026 100755
17 --- a/gen_funcs.sh
18 +++ b/gen_funcs.sh
19 @@ -1290,7 +1290,7 @@ tc-getPROG() {
20 }
21
22 tc-getRANLIB() {
23 - tc-getPROG RANLIB ranlib
24 + tc-getPROG RANLIB ranlib "$@"
25 }
26
27 tc-getSTRIP() {