Remove "bashism"

Replace `bash <(...)` with `... | bash`

See also: NixOS/nixpkgs#40521
This commit is contained in:
Patrick Hilhorst 2018-05-16 23:56:40 +02:00
parent 09a4c9fad2
commit d27732bdf0
No known key found for this signature in database
GPG key ID: 589BB0A8DAFEF2B2

View file

@ -541,7 +541,7 @@ END;
following command:</p>
<pre>
<span class="shell-prompt">$ </span>bash <(curl <a [% HTML.attributes(href => url) %]>[% HTML.escape(url) %]</a>)
<span class="shell-prompt">$ </span>curl <a [% HTML.attributes(href => url) %]>[% HTML.escape(url) %]</a> | bash
</pre>
</div>