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.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=a205d88885d2c90ecec3bfc13030bb9a58c01e16 there are bash scripts so lets have bash execute them git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2096 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/MakeMakefile b/MakeMakefile index 1b07f19..7419245 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 45a11a4..e9b7eff 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' ]