android_mt6572_jiabo/external/vim/configure
2025-09-05 16:56:03 +08:00

6 lines
182 B
Bash
Executable file

#! /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 "$@"