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 needs a fix.
> 
> 
> --- gr-build/buildit.orig     Sat Apr  2 12:48:18 2005
> +++ gr-build/buildit  Sat Apr  2 12:49:09 2005
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/usr/bin/env bash
>  # -*- shell-script -*-
>  
>  if [ $# -gt 0 -a "$1" == -n ]
> 
> 



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

Reply via email to