view configure @ 30467:072c61082148 v9.0.0569

patch 9.0.0569: cannot easily get out when using "vim file | grep word" Commit: https://github.com/vim/vim/commit/5939c357431f8e43853ad80b03303167f39763df Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 24 12:50:45 2022 +0100 patch 9.0.0569: cannot easily get out when using "vim file | grep word" Problem: Cannot easily get out when using "vim file | grep word". Solution: Without changes let CTRL-C exit Vim. Otherwise give a message on stderr. (closes #11209)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 14:00: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 "$@"