view configure @ 24273:477b0a892a85 v8.2.2678

patch 8.2.2678: test for 'autoshelldir' does not reset the option Commit: https://github.com/vim/vim/commit/82820d9bf14ba5374c24fff2ed6e577a67c6ddf2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 30 20:54:28 2021 +0200 patch 8.2.2678: test for 'autoshelldir' does not reset the option Problem: Test for 'autoshelldir' does not reset the option. Solution: Reset the option after testing.
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Mar 2021 21:00:04 +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 "$@"