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: Ilia Mirkin
Subject: Re: [Discuss-gnuradio] CVS using FreeBSD
Date: Sat, 02 Apr 2005 19:11:52 -0500

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 ]
> 
> 





reply via email to

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