summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-01-14 18:09:01 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-01-14 18:09:01 +0000
commit350a2607bc209f01ef9611f5eb12783214f6b483 (patch)
treecccb13c3462636b75e7e433bb9976b5b6a88a154
parentMerge in patch from mathog in Bug #1241797 (diff)
downloadinkscape-350a2607bc209f01ef9611f5eb12783214f6b483.tar.gz
inkscape-350a2607bc209f01ef9611f5eb12783214f6b483.zip
autogen.sh: Improve portability
(bzr r12927)
-rwxr-xr-xautogen.sh2
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