diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-01-14 18:09:01 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-01-14 18:09:01 +0000 |
| commit | 350a2607bc209f01ef9611f5eb12783214f6b483 (patch) | |
| tree | cccb13c3462636b75e7e433bb9976b5b6a88a154 | |
| parent | Merge in patch from mathog in Bug #1241797 (diff) | |
| download | inkscape-350a2607bc209f01ef9611f5eb12783214f6b483.tar.gz inkscape-350a2607bc209f01ef9611f5eb12783214f6b483.zip | |
autogen.sh: Improve portability
(bzr r12927)
| -rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index a4b1f4234..fcac2d4de 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh # This script does all the magic calls to automake/autoconf and # friends that are needed to configure a cvs checkout. As described in |
