commit: 9f2db2e36ca16832c88598eb86b8187f2e9806c5
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 02:26:51 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 02:26:51 2020 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9f2db2e3
gen_funcs.sh: tc-getAS(): Fix typo
Actually return AS and not AR.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gen_funcs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gen_funcs.sh b/gen_funcs.sh
index a58fbbb..2dfae7d 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1249,7 +1249,7 @@ tc-getAR() {
}
tc-getAS() {
- tc-getPROG AR ar "$@"
+ tc-getPROG AS as "$@"
}
tc-getBUILD_AR() {