From: keescook Date: Sun, 3 Dec 2006 06:09:48 +0000 (+0000) Subject: Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3bee02f7b87b8d001d1c5e088fba3f7047b0296;p=inkscape.git Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms in this script now. --- 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