view configure @ 27132:0b5ce27d8b68 v8.2.4095

patch 8.2.4095: sed script not recognized by the first line Commit: https://github.com/vim/vim/commit/e3ce17a3ca838954728df21ccb6c2a724490203d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 15 12:27:09 2022 +0000 patch 8.2.4095: sed script not recognized by the first line Problem: Sed script not recognized by the first line. Solution: Recognize a sed script starting with "#n". (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jan 2022 13:30:03 +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 "$@"