view configure @ 14978:d148cd1163a5 v8.1.0500

patch 8.1.0500: cleaning up in src/tee may not always work commit https://github.com/vim/vim/commit/833e5dab143034b7e43bc0be49b2eb3687ff9ab7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 28 15:43:58 2018 +0100 patch 8.1.0500: cleaning up in src/tee may not always work Problem: Cleaning up in src/tee may not always work. Solution: Use "rm" when appropriate. (Michael Soyka, closes https://github.com/vim/vim/issues/3571)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Oct 2018 15:45:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"