view configure @ 25008:50c6b0250c04 v8.2.3041

patch 8.2.3041: detecting if the process of a swap file is running fails Commit: https://github.com/vim/vim/commit/44dea9da4b2a21dd1e03f2bd94b4f2679d4613e5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 23 21:13:20 2021 +0200 patch 8.2.3041: detecting if the process of a swap file is running fails Problem: Detecting if the process of a swap file is running fails if the process is owned by another user. Solution: Check for the ESRCH error. (closes #8436)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Jun 2021 21:15:03 +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 "$@"