mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
flag-o-matic.eclass: fix probe file extension
A cosmetic fix as we rely on -x ${lang} to detect correct language.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user