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