projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a247871
)
flag-o-matic.eclass: fix probe file extension
author
Sergei Trofimovich
<slyfox@gentoo.org>
Sun, 26 Jan 2020 22:44:15 +0000
(22:44 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Sun, 26 Jan 2020 22:47:07 +0000
(22:47 +0000)
A cosmetic fix as we rely on -x ${lang} to detect correct language.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/flag-o-matic.eclass
patch
|
blob
|
history
diff --git
a/eclass/flag-o-matic.eclass
b/eclass/flag-o-matic.eclass
index ebfc49bf30b7268e0a71b7aa74f42db07eb2e3b3..b1b5c866a0028387e86f338464b0987c8ab38835 100644
(file)
--- a/
eclass/flag-o-matic.eclass
+++ b/
eclass/flag-o-matic.eclass
@@
-474,7
+474,7
@@
test-flag-PROG() {
cmdline_extra+=(-xc)
;;
esac
- local test_in=${T}/test-flag.${
lang
}
+ local test_in=${T}/test-flag.${
in_ext
}
local test_out=${T}/test-flag.exe
printf "%s\n" "${in_src}" > "${test_in}" || return 1