diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-11 14:34:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-11 14:34:13 +0200 |
commit | dc9f9e93f5229fd4325472ed62e7b17872d64060 (patch) | |
tree | 1ead48008e1879a816253898c41ed72413148ed1 /configure | |
parent | d6896731ecb74b419389f75d79210e088a9caa77 (diff) | |
download | vim-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |