summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2006-12-03 06:09:48 +0000
committerkeescook <keescook@users.sourceforge.net>2006-12-03 06:09:48 +0000
commitbbd4fe40f7ff2cf65ec0d3534e05dafbe6ad13f7 (patch)
tree2d4cf29a17dfda70a5068232beb97b0c928a2736 /autogen.sh
parentProtect arguments with quotes (diff)
downloadinkscape-bbd4fe40f7ff2cf65ec0d3534e05dafbe6ad13f7.tar.gz
inkscape-bbd4fe40f7ff2cf65ec0d3534e05dafbe6ad13f7.zip
Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms in this script now.
(bzr r2070)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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