<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#c3">Comment # 3</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>Use env(1) from coreutils. It has a --split-string option that supports the
given use-case.

#!/usr/bin/env -S nft -I /usr/local/etc/nftables -I /etc/nftables -f

Otherwise, this bug is invalid because it is something that would have to be
addressed by the kernel. See also, <a href="https://lkml.org/lkml/2004/2/16/74">https://lkml.org/lkml/2004/2/16/74</a>.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>