view configure @ 31513:2536ffb8fc37 v9.0.1089

patch 9.0.1089: unnessary assignment Commit: https://github.com/vim/vim/commit/c53e7904b9ac559c7ad6e3acb136027d10aed54e Author: Luuk van Baal <luukvbaal@gmail.com> Date: Fri Dec 23 12:17:33 2022 +0000 patch 9.0.1089: unnessary assignment Problem: unnessary assignment Solution: Remove the assignment. (Luuk van Baal, closes https://github.com/vim/vim/issues/1136)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Dec 2022 13:30:03 +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 "$@"