From bbd4fe40f7ff2cf65ec0d3534e05dafbe6ad13f7 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Sun, 3 Dec 2006 06:09:48 +0000 Subject: Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms in this script now. (bzr r2070) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1afc947ff..b37c09b52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script does all the magic calls to automake/autoconf and # friends that are needed to configure a cvs checkout. As described in -- cgit v1.2.3