[Bug 197547] /usr/bin/make segfaults for .SHELL: name=sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.