<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - When used as a script interpreter, nft fails if extra arguments are passed"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1135#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - When used as a script interpreter, nft fails if extra arguments are passed"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1135">bug 1135</a>
from <span class="vcard"><a class="email" href="mailto:kfm@plushkava.net" title="kfm@plushkava.net">kfm@plushkava.net</a>
</span></b>
<pre>For those that aren't using GNU systems, here is a tiny sh script, which
effectively does the same thing that env -S would.
#!/bin/sh
set -f
set -- $*
exec "$@"
Let's assume that it is saved as /usr/local/bin/split-exec. The equivalent
shebang would then be as follows.
#!/usr/local/bin/split-exec nft -I /usr/local/etc/nftables -I /etc/nftables -f</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>