]> git.tokkee.org Git - inkscape.git/commitdiff

Code

Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms...
authorkeescook <keescook@users.sourceforge.net>
Sun, 3 Dec 2006 06:09:48 +0000 (06:09 +0000)
committerkeescook <keescook@users.sourceforge.net>
Sun, 3 Dec 2006 06:09:48 +0000 (06:09 +0000)
autogen.sh

index 1afc947ff1d376e57d00838c22547d4ccbbe9bdd..b37c09b526d04fa5719848b6a08c0c1e437c8d6d 100755 (executable)
@@ -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