view configure @ 30094:ab563fdf3735 v9.0.0383

patch 9.0.0383: Coverity complains about unused value Commit: https://github.com/vim/vim/commit/963ab26842be22c0d210c3e950fecac28578f8be Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 5 10:55:27 2022 +0100 patch 9.0.0383: Coverity complains about unused value Problem: Coverity complains about unused value. Solution: Use the value.
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Sep 2022 12:00:08 +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 "$@"