<br><br><div class="gmail_quote">On Tue, Nov 2, 2010 at 2:30 PM, B Watson <span dir="ltr">&lt;<a href="mailto:yalhcru@gmail.com">yalhcru@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 11/2/10, Max Miorim &lt;<a href="mailto:miorimmax@gmail.com">miorimmax@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Unless we&#39;re talking about using either /bin/bash or /bin/sh,  the<br>
&gt; problem that I see with this is that it would open the precedence to<br>
&gt; accept submissions of scripts using other shells like csh and zsh,<br>
&gt; that could be a problem for the people that review the scripts, as<br>
&gt; they&#39;d have to learn the particularities of other shells - it could<br>
&gt; slow down the process of review-&gt;approval considerably.<br>
<br>
</div>Yah, I hadn&#39;t thought about csh. Definitely agree the rule should be<br>
/bin/bash, or /bin/sh for scripts that were tested with ash.<br>
<div class="im"><br>
&gt; the same thing that took 16.702 seconds using bash as /bin/sh took<br>
&gt; 6.803 with ash and pretty much the same happens to every script that<br>
&gt; we tested.<br>
<br>
</div>Interesting. Never even occurred to me to test performance, I expect<br>
interpreters to be slow, and at least subconsciously I was aware that bash<br>
is bloated... but wouldn&#39;t have guessed ash would be *that* much faster.<br>
<br>
Hm. I just now thought I&#39;d try a couple of things in ash, as an<br>
interactive shell, on slack64 13.1, and the damn thing segfaulted halfway<br>
through typing the first command. /me runs off to do some more testing...<br>
<div><div></div><div class="h5">_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</div></div></blockquote></div><br>Certainly Bash is slower.  It supports a wider array of scripting options, after all.<br><br>Remember the golden rule of software:  You can have it fast, you can have it cheap, you can have it good.  Pick two.<br>
<br>(Note: Not saying ash is not good.  It just doesn&#39;t compare feature-wise to Bash, which is also free...)<br><br>--JK<br>