diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/use-pager-instead-of-more-by-default.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/patches/use-pager-instead-of-more-by-default.patch b/debian/patches/use-pager-instead-of-more-by-default.patch index 2c91e267e..85ad08a90 100644 --- a/debian/patches/use-pager-instead-of-more-by-default.patch +++ b/debian/patches/use-pager-instead-of-more-by-default.patch @@ -71,11 +71,6 @@ Author: Axel Beckert <abe@debian.org> esac;; (*( is a * builtin)) case ${what[(w)1]} in ---- a/Functions/Misc/run-help-svk -+++ b/Functions/Misc/run-help-svk -@@ -1,1 +1,1 @@ --svk help $1 | ${=PAGER:-more} -+svk help $1 | ${=PAGER:-/usr/bin/pager} --- a/Functions/Misc/run-help-svn +++ b/Functions/Misc/run-help-svn @@ -1,1 +1,1 @@ |