summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-11 14:34:13 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-11 14:34:13 +0200
commitdc9f9e93f5229fd4325472ed62e7b17872d64060 (patch)
tree1ead48008e1879a816253898c41ed72413148ed1 /configure
parentd6896731ecb74b419389f75d79210e088a9caa77 (diff)
downloadvim-git-dc9f9e93f5229fd4325472ed62e7b17872d64060.tar.gz
patch 8.1.1317: output from Travis can be improvedv8.1.1317
Problem: Output from Travis can be improved. Solution: Add section headers. Handle errors better. (closes #4098)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d0c5b2ec..d9d99c655 100755
--- a/configure
+++ b/configure
@@ -3,4 +3,4 @@
# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.
-cd src && exec ./configure "$@"
+cd "${SRCDIR:-src}" && exec ./configure "$@"