view configure @ 16644:ac77266f55cb v8.1.1324

patch 8.1.1324: stray comma in VMS makefile commit https://github.com/vim/vim/commit/b73fbc76c6fc446da90dd2cdac620155e37e5514 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 11 21:50:07 2019 +0200 patch 8.1.1324: stray comma in VMS makefile Problem: Stray comma in VMS makefile. Solution: Remove the comma. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/4368)
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 May 2019 22:00:06 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /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 "$@"