view configure @ 23934:f9a4ede76237 v8.2.2509

patch 8.2.2509: tests fail on s390 build Commit: https://github.com/vim/vim/commit/8d4be8901139f698c7919fd697d82abb1ce41911 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:33:02 2021 +0100 patch 8.2.2509: tests fail on s390 build Problem: Tests fail on s390 build. Solution: Initialize trycmd_T.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Feb 2021 18:45: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 "$@"