Merge pull request #560 from Synthetica9/nixpkgs-40521-hydra

Remove "bashism"
This commit is contained in:
Eelco Dolstra 2018-05-17 12:03:19 +02:00 committed by GitHub
commit 4013e83e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>