discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] CVS using FreeBSD


From: LRK
Subject: Re: [Discuss-gnuradio] CVS using FreeBSD
Date: Sun, 3 Apr 2005 09:41:38 -0500
User-agent: Mutt/1.4.2.1i

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
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]