[mythtv] [mythtv-commits] mythtv commit: r15277 - in trunk/mythtv by nigel

Adam Egger mythtv2008 at bdam.de
Tue Jan 1 12:24:31 UTC 2008


On Jan 1, 2008 10:13 AM,  <mythtv at cvs.mythtv.org> wrote:
>       Author: nigel
>         Date: 2008-01-01 09:13:39 +0000 (Tue, 01 Jan 2008)
> New Revision: 15277
>    Changeset: http://cvs.mythtv.org/trac/changeset/15277
>
> Modified:
>
>    trunk/mythtv/configure
>    trunk/mythtv/contrib/OSX/osx-packager.pl
>
> Log:

Nigel, the part below breaks configure on Ubuntu (where dash is used
instead of bash)

 	1567	    osxver=`uname -r`
 	1568	    if [ ${osxver:0:1} = "9" ]; then
 	1569	      disable mmx
 	1570	    fi

"./configure: 1568: Syntax error: Bad substitution"

Changing the first line to '#!/bin/bash' instead of '#!/bin/sh' does
actually fix it.

Adam


More information about the mythtv-dev mailing list