view configure @ 26121:2c64a420ce7e v8.2.3593

patch 8.2.3593: directory is wrong after executing "lcd" with win_execute() Commit: https://github.com/vim/vim/commit/7f13b24ab6aca808262e68680d8fe5f082670ebd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 14 11:41:31 2021 +0000 patch 8.2.3593: directory is wrong after executing "lcd" with win_execute() Problem: Directory is wrong after executing "lcd" with win_execute(). Solution: Correct the directory when going back to the original window. (closes #9132)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Nov 2021 12: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 "$@"