mirror of
https://github.com/vim/vim
synced 2025-03-14 22:07:51 +01:00
Problem: Output from Travis can be improved. Solution: Add section headers. Handle errors better. (closes #4098)
6 lines
182 B
Bash
Executable file
6 lines
182 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# This is just a stub for the Unix configure script, to provide support for
|
|
# doing "./configure" in the top Vim directory.
|
|
|
|
cd "${SRCDIR:-src}" && exec ./configure "$@"
|