From: Sergei Trofimovich Date: Sun, 26 Jan 2020 22:44:15 +0000 (+0000) Subject: flag-o-matic.eclass: fix probe file extension X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8ecf9d66d77064ccb6aabd4f5f90a3c730a67d6;p=gentoo.git 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 --- diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index ebfc49bf30b7..b1b5c866a002 100644 --- 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