On Sat, Apr 02, 2005 at 10:54:14PM -0800, Eric Blossom wrote:
> On Sat, Apr 02, 2005 at 07:11:52PM -0500, Ilia Mirkin wrote:
> > Is there a reason to use bash instead of sh, which is pretty standard
> > across all UNIX-like systems made in the past 15 years or so...
> 
> Nope.  Should work fine with /bin/sh.

Dont know if this is FreeBSDism or generic but sh complains about the
"==" and bash doesn't.


--- buildit.orig        Sun Apr  3 09:20:13 2005
+++ buildit     Sun Apr  3 09:37:47 2005
@@ -1,7 +1,7 @@
 #!/bin/sh
 # -*- shell-script -*-
 
-if [ $# -gt 0 -a "$1" == -n ]
+if [ $# -gt 0 -a "$1" = -n ]
 then
   SUDO=
   shift


-- 
LRK
[EMAIL PROTECTED]


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to