view configure @ 28664:0e589fdf0081 v8.2.4856

patch 8.2.4856: MinGW compiler complains about unknown escape sequence Commit: https://github.com/vim/vim/commit/2890c0b9d2416489d48bc47567378503997fef84 Author: Christian Brabandt <cb@256bit.org> Date: Mon May 2 10:34:15 2022 +0100 patch 8.2.4856: MinGW compiler complains about unknown escape sequence Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 11:45: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 "$@"