libpng: Update from 1.6.22 to 1.6.23
[termux-packages] / packages / fish / share-functions-help.fish.patch
CommitLineData
0a70d0e1
FF
1diff -u -r ../fish-shell-master/share/functions/help.fish ./share/functions/help.fish
2--- ../fish-shell-master/share/functions/help.fish 2016-03-12 15:26:01.000000000 -0500
3+++ ./share/functions/help.fish 2016-03-14 12:08:13.804718800 -0400
4@@ -125,7 +125,7 @@
5 end
6 else
7 # Go to the web. Only include one dot in the version string
8- set -l version_string (echo $FISH_VERSION| cut -d . -f 1,2)
9+ set -l version_string current # Termux: We're building from git master for now.
10 set page_url http://fishshell.com/docs/$version_string/$fish_help_page
11 end
12