From a8ecf9d66d77064ccb6aabd4f5f90a3c730a67d6 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 26 Jan 2020 22:44:15 +0000 Subject: [PATCH] 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 --- eclass/flag-o-matic.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2