view configure @ 34612:f127e95333b3

CI: mingw complains about unknown escape sequence: 'l', fails with libsodium (#14259) Commit: https://github.com/vim/vim/commit/f976e2c956eb8f1643bc110bd4e3fbb8021a754d Author: Christian Brabandt <cb@256bit.org> Date: Thu Mar 21 20:55:22 2024 +0000 CI: mingw complains about unknown escape sequence: '\l', fails with libsodium (https://github.com/vim/vim/issues/14259) Problem: CI: mingw complains about unknown escape sequence: '\l', fails with sodium v1.0.19 Solution: Use other slash instead, also revert sodium version to v1.0.18 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Mar 2024 22:00: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 "$@"