<div dir="ltr">Hi<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 9:56 AM, Miroslav Suchý <span dir="ltr"></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 10/02/2014 04:39 AM, Rahul Sundaram wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Is it worth considering using Dash as the default (non-interactive) shell in Fedora?<br>
</blockquote>
<br></span>
Why starting with changing target of /bin/sh?<br>
<br>
Can we start with smaller step?<br>
Like put in Packing Guidelines, that authors and maintainers of non-interactive shell scripts should use<br>
  #!/usr/bin/dash<br></blockquote><div><br></div><div>I don&#39;t think we need all scripts to do this.  Using sh when you are not relying on any bash specific features is just fine.   Arch Linux wiki suggests:<br><pre>$checkbashisms -f -p $(grep -rlE &#39;^#! ?/bin/(env )?sh&#39; /usr/bin)<br></pre><pre>checkbashisms is part of devscripts-minimal in Fedora. <br><br></pre><pre>Rahul<br></pre></div></div></div></div></div>