Mercurial > vim
view src/pathdef.sh @ 10946:0fbba847496d v8.0.0362
patch 8.0.0362: tests fail on MS-Windows
commit https://github.com/vim/vim/commit/10c6029e28ab666a42190fcceb0bb098a4ebf724
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 23 20:17:13 2017 +0100
patch 8.0.0362: tests fail on MS-Windows
Problem: Tests fail on MS-Windows.
Solution: Use $*.vim instead of $<.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 23 Feb 2017 20:30:05 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
#! /bin/sh # # pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists # if test -s auto/link.sed; then cp auto/pathdef.c auto/pathdef.tmp sed -f auto/link.sed <auto/pathdef.tmp >auto/pathdef.c rm -f auto/pathdef.tmp fi # vim:set sw=2 et: