discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] CVS using FreeBSD


From: LRK
Subject: [Discuss-gnuradio] CVS using FreeBSD
Date: Sat, 2 Apr 2005 17:44:50 -0600
User-agent: Mutt/1.4.2.1i

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 ]


-- 
LRK
address@hidden




reply via email to

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