From: oetiker Date: Thu, 1 Jul 2010 22:21:43 +0000 (+0000) Subject: there are bash scripts so lets have bash execute them X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62420246ef1630a77cfbf67818693763bfef7fc5;p=rrdtool-all.git there are bash scripts so lets have bash execute them git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2096 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/MakeMakefile b/program/MakeMakefile index 1b07f193..74192458 100755 --- a/program/MakeMakefile +++ b/program/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/program/autogen.sh b/program/autogen.sh index 45a11a40..e9b7efff 100755 --- a/program/autogen.sh +++ b/program/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' ]