view configure @ 31201:b1c66bff0a66 v9.0.0934

patch 9.0.0934: various code formatting issues Commit: https://github.com/vim/vim/commit/24fe33a83a5130a5369f06d88000a3a0590a59ec Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 24 00:09:02 2022 +0000 patch 9.0.0934: various code formatting issues Problem: Various code formatting issues. Solution: Improve code formatting.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 01:15: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 "$@"