view configure @ 27583:d4921b91542c v8.2.4318

patch 8.2.4318: various comment and indent mistakes, returning wrong zero Commit: https://github.com/vim/vim/commit/54969f4ef5825205ecde09ea80f4087fc3b68e5d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 7 13:56:44 2022 +0000 patch 8.2.4318: various comment and indent mistakes, returning wrong zero Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Feb 2022 15:00:05 +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 "$@"