From a205d88885d2c90ecec3bfc13030bb9a58c01e16 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 1 Jul 2010 22:21:43 +0000 Subject: [PATCH] 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 --- MakeMakefile | 2 +- autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ] -- 2.11.0