[Bug 197547] /usr/bin/make segfaults for .SHELL: name=sh

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Feb 2023 18:03:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197547

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernape@FreeBSD.org
         Resolution|---                         |Unable to Reproduce
             Status|New                         |Closed

--- Comment #1 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
I can't reproduce this in current.

$ cat Makefile 
.SHELL: name="sh"

all:
        @echo "hello"
$ /usr/bin/make
hello

-- 
You are receiving this mail because:
You are the assignee for the bug.