Files
neovim/scripts
James McCoy 10c72cd365 vim-patch.sh: Remove "set -o pipefail"
grep 2.26 changed its behavior when redirecting its output to /dev/null
such that it exits as soon as one match is found.  This causes sed to
get a SIGPIPE which, due to "set -o pipefail", falsely implies that the
patch is not applied.

Removing "set -o pipefail" preserves the good exit status from grep.
2016-11-15 07:53:01 -05:00
..
2016-09-24 14:03:14 -04:00
2015-04-28 23:08:30 -03:00
2016-10-28 15:16:45 +02:00