Mercurial > vim
view runtime/doc/os_mint.txt @ 33416:d3bb0db2e0c4 v9.0.1966
patch 9.0.1966: configure prints stray 6 when checking libruby
Commit: https://github.com/vim/vim/commit/e379e21ddc2dc12abea9dcfd0708e27788bb568c
Author: Illia Bobyr <illia.bobyr@gmail.com>
Date: Sat Sep 30 22:59:27 2023 +0200
patch 9.0.1966: configure prints stray 6 when checking libruby
Problem: configure prints stray 6 when checking libruby
Solution: redirect stdout to dev/null
configure: Do not print "6" when checking for libruby
`expr` will print the matched string length to the standard output.
Current `configure` output looks like this:
```
checking Ruby header files... /usr/include/ruby-3.1.0
6
```
The script really only cares about `expr` exit code.
closes: #13234
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Illia Bobyr <illia.bobyr@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Sep 2023 23:15:03 +0200 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
line wrap: on
line source
*os_mint.txt* For Vim version 9.0. Last change: 2020 Jul 14 VIM REFERENCE MANUAL by Jens M. Felderhoff *MiNT* *Atari* The Atari MiNT support was removed with patch 8.2.1215. It probably didn't work at that time, since the code was old and not maintained. Originally added by: Jens M. Felderhoff, e-mail: <jmf@infko.uni-koblenz.de> vim:tw=78:ts=8:noet:ft=help:norl: