Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 May 2024 20:05:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274650] sh does not accept -- after -c
Message-ID:  <bug-274650-227-pWHwqGSnKf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274650-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274650

--- Comment #5 from Jilles Tjoelker <jilles@FreeBSD.org> ---
sh -c ' --' attempts to invoke the '--' utility regardless of the
interpretation of '-c'.

This does have a side effect of breaking echoed parts of the command (as seen
in bash syntax errors) or column numbers, but it is only necessary if the
command starts with '-'.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274650-227-pWHwqGSnKf>