view configure @ 24260:ad065f64eb20 v8.2.2671

patch 8.2.2671: error for line number in legacy script Commit: https://github.com/vim/vim/commit/f6bdd82c7e2076dbacb764a5d288189d61c68451 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 28 16:26:41 2021 +0200 patch 8.2.2671: error for line number in legacy script Problem: Error for line number in legacy script. Solution: Check for number type.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Mar 2021 16:30:02 +0200
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 "$@"