view configure @ 23219:7118d32f94a5 v8.2.2155

patch 8.2.2155: warning from Github actions for code analysis Commit: https://github.com/vim/vim/commit/18f69229c581a0f738145cdec70df66723a518fc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 18 13:15:20 2020 +0100 patch 8.2.2155: warning from Github actions for code analysis Problem: Warning from Github actions for code analysis. Solution: Remove the "git checkout HEAD^2" block.
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Dec 2020 13:30: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 "$@"