summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2019-09-13 17:56:14 +0200
committerDidier Raboud <odyx@debian.org>2019-09-13 17:56:14 +0200
commitb38516f13a1f563aa1eb7faf80965755ac63e3e6 (patch)
treefd60cd4095a45f7327d28dfe04bbfb34b7d7215a /autogen.sh
parente50542121e724e851fc5d6c68bb773f80c0bc12c (diff)
New upstream version 5.3.3
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 86f2070..83e456f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,8 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
-srcdir="`dirname $0`"
+# shellcheck disable=SC2006
+srcdir=`dirname "$0"`
test -z "$srcdir" && srcdir=.
PKG_NAME="gutenprint"
@@ -21,4 +22,5 @@ if test $# -gt 0 ; then
esac
fi
+# shellcheck source=./scripts/autogen.sh
. $srcdir/scripts/autogen.sh