Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-04 Thread Daniel O'Connor
On Mon, 4 Apr 2005 00:11, LRK wrote: > 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 ye

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-04 Thread Eric Blossom
On Sun, Apr 03, 2005 at 09:41:38AM -0500, LRK wrote: > 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 i

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-03 Thread LRK
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 wit

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-02 Thread Eric Blossom
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. Eric ___ Discu

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-02 Thread Eric Blossom
On Sun, Apr 03, 2005 at 11:10:24AM +0930, Daniel O'Connor wrote: > On Sun, 3 Apr 2005 09:41, 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... > > I think /bin/sh should be used since the

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-02 Thread Daniel O'Connor
On Sun, 3 Apr 2005 09:41, 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... I think /bin/sh should be used since there aren't any bash'isms in that script (I am pretty sure.. certainly shoul

Re: [Discuss-gnuradio] CVS using FreeBSD

2005-04-02 Thread Ilia Mirkin
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... On Sat, 2005-04-02 at 17:44 -0600, LRK wrote: > Starting at the top: > > FreeBSD does not have bash by default. It gets installed in /usr/local/bin > so buildit ne

[Discuss-gnuradio] CVS using FreeBSD

2005-04-02 Thread LRK
Starting at the top: FreeBSD does not have bash by default. It gets installed in /usr/local/bin so buildit needs a fix. --- gr-build/buildit.orig Sat Apr 2 12:48:18 2005 +++ gr-build/builditSat Apr 2 12:49:09 2005 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # -*- shell-script