view configure @ 18616:8eeed64a6325

Fix vim.desktop generation. Commit: https://github.com/vim/vim/commit/1ebbb6ee452dfca89335ac75f07c3db133b56645 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 14 21:39:32 2019 +0100 Fix vim.desktop generation.
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Nov 2019 21: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 "$@"