[PATCH v6] Rewrite iconv option parsing [BZ #19519]

Joseph Myers joseph@codesourcery.com
Tue Jul 7 15:58:01 GMT 2020


On Tue, 7 Jul 2020, Arjun Shankar wrote:

> +$(objpfx)tst-iconv_prog.out: tst-iconv_prog.sh $(objpfx)iconv_prog
> +	$(SHELL) $< $(common-objdir) '$(test-wrapper-env)' \
> +		 '$(run-program-env)' > $@; \
> +	$(evaluate-test)

This test is using bash-specific features, so should be run with $(BASH) 
not $(SHELL).

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list