view configure @ 26220:d757c9c87a58 v8.2.3641

patch 8.2.3641: xxd code has duplicate expressions Commit: https://github.com/vim/vim/commit/581f41adb3ba1dc95bf4fc7c434427e1203be5e8 Author: DungSaga <dungsaga@users.noreply.github.com> Date: Mon Nov 22 11:57:31 2021 +0000 patch 8.2.3641: xxd code has duplicate expressions Problem: Xxd code has duplicate expressions. Solution: Refactor to avoid duplication. (closes https://github.com/vim/vim/issues/9185)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 13: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 "$@"