view configure @ 23555:0f7bb6f706f0 v8.2.2320

patch 8.2.2320: Vim9: no error for comparing bool with string Commit: https://github.com/vim/vim/commit/cff40ff98664f4f5a9631aff1a155caf762ea74b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 16:21:37 2021 +0100 patch 8.2.2320: Vim9: no error for comparing bool with string Problem: Vim9: no error for comparing bool with string. Solution: Check for wrong types when comparing. (closes https://github.com/vim/vim/issues/7639)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Jan 2021 16:30:04 +0100
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 "$@"