From: Tobias Oetiker Date: Thu, 1 Jul 2010 22:22:47 +0000 (+0000) Subject: these are bash scripts so lets call bash X-Git-Tag: 1.4.5^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5252f02282122c32988a6535d134f51eaf6ccda5;p=thirdparty%2Frrdtool-1.x.git these are bash scripts so lets call bash git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2097 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/MakeMakefile b/MakeMakefile index 1b07f193..74192458 100755 --- a/MakeMakefile +++ b/MakeMakefile @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Run this script after the first cvs checkout to build # makefiles and friends diff --git a/autogen.sh b/autogen.sh index 45a11a40..e9b7efff 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # On MAC OS X, GNU libtoolize is named 'glibtoolize': if [ `(uname -s) 2>/dev/null` == 'Darwin' ]