view configure @ 21873:62e61424482f v8.2.1486

patch 8.2.1486: Vim9: readdir() expression doesn't accept bool Commit: https://github.com/vim/vim/commit/f8abbf37d66c41d980284e28e0e38a399890e918 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 19 16:00:06 2020 +0200 patch 8.2.1486: Vim9: readdir() expression doesn't accept bool Problem: Vim9: readdir() expression doesn't accept bool. Solution: Merge with code for readdirex(). (closes https://github.com/vim/vim/issues/6737)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Aug 2020 16:15:05 +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 "$@"