X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/cfa043f9b4ae4d1c16b03b567ec806054acbe7d5..36f928ac3ee92d234f3ffc42e2c1f22db614ac55:/packages/fish/share-functions-__fish_print_help.fish.patch diff --git a/packages/fish/share-functions-__fish_print_help.fish.patch b/packages/fish/share-functions-__fish_print_help.fish.patch index 62eb6f09..e0e196fb 100644 --- a/packages/fish/share-functions-__fish_print_help.fish.patch +++ b/packages/fish/share-functions-__fish_print_help.fish.patch @@ -1,19 +1,20 @@ ---- ./share/functions/__fish_print_help.fish 2017-02-03 07:16:58.000000000 +0530 -+++ ../__fish_print_help.fish 2017-02-12 11:36:23.477232262 +0530 -@@ -41,7 +41,7 @@ +diff -u -r ../fish-2.6.0/share/functions/__fish_print_help.fish ./share/functions/__fish_print_help.fish +--- ../fish-2.6.0/share/functions/__fish_print_help.fish 2017-06-03 14:45:13.000000000 +0200 ++++ ./share/functions/__fish_print_help.fish 2017-06-05 21:29:51.794696261 +0200 +@@ -45,7 +45,7 @@ + set mfish -mfish end - set -lx GROFF_TMAC_PATH $__fish_datadir/groff if test -e "$__fish_datadir/man/man1/$item.1" -- set help (nroff -c -man -mfish -t $rLL "$__fish_datadir/man/man1/$item.1" ^/dev/null) -+ set help (mandoc "$__fish_datadir/man/man1/$item.1" ^/dev/null)) +- set help (nroff -c -man $mfish -t $rLL "$__fish_datadir/man/man1/$item.1" ^/dev/null) ++ set help (mandoc "$__fish_datadir/man/man1/$item.1" ^/dev/null) else if test -e "$__fish_datadir/man/man1/$item.1.gz" - set help (gunzip -c "$__fish_datadir/man/man1/$item.1.gz" ^/dev/null | nroff -c -man -mfish -t $rLL ^/dev/null) + set help (gunzip -c "$__fish_datadir/man/man1/$item.1.gz" ^/dev/null | nroff -c -man $mfish -t $rLL ^/dev/null) end -@@ -99,6 +99,6 @@ +@@ -103,6 +103,6 @@ # skip it end end - end | ul # post-process with `ul`, to interpret the old-style grotty escapes -+ end # post-process with `ul`, to interpret the old-style grotty escapes ++ end echo # print a trailing blank line end