diff options
| author | Kees Cook <kees@outflux.net> | 2006-12-03 06:09:48 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2006-12-03 06:09:48 +0000 |
| commit | bbd4fe40f7ff2cf65ec0d3534e05dafbe6ad13f7 (patch) | |
| tree | 2d4cf29a17dfda70a5068232beb97b0c928a2736 /autogen.sh | |
| parent | Protect arguments with quotes (diff) | |
| download | inkscape-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-x | autogen.sh | 2 |
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 |
