Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 21:29:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239993] net-im/coyim: Makefile cleanup
Message-ID:  <bug-239993-7788-TP9tj7aXaK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239993-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239993-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239993

--- Comment #4 from Tobias Kortkamp <tobik@freebsd.org> ---
(In reply to Santhosh Raju from comment #3)
> But I would like to remove the bash dependency within the shell script. A=
nd just put /bin/sh there.

USES=3Dshebangfix only affects the first line of the script.
"#!/usr/bin/env bash" is never used by anything if you explicitly
run the script with ${SH} and patching it away becomes a pointless
exercise.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239993-7788-TP9tj7aXaK>