On Tue, Jan 11, 2022 at 3:53 PM Britton Kerin <britton.ke...@gmail.com> wrote: > > $ cat Makefile > .ONESHELL: > SHELL = /usr/bin/perl > .SHELLFLAGS = -w -E 'use warnings FATAL => "all";' -E > all: > print 'it works' > $ make all > print 'it works' > Can't find string terminator "'" anywhere before EOF at -e line 1. > make: *** [Makefile:5: all] Error 255 > $
Thank you for your report. I opened https://savannah.gnu.org/bugs/index.php?61805 and attached a fix. regards, Dmitry