view configure @ 20909:0d7465881b06 v8.2.1006

patch 8.2.1006: Vim9: require unnecessary return statement Commit: https://github.com/vim/vim/commit/efd885559405e1561d577e1b0e6fa827705d285e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 18 20:50:10 2020 +0200 patch 8.2.1006: Vim9: require unnecessary return statement Problem: Vim9: require unnecessary return statement. Solution: Improve the use of the had_return flag. (closes https://github.com/vim/vim/issues/6270)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 2020 21:00:04 +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 "$@"