diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-04-30 02:22:48 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2025-04-30 02:22:48 -0700 |
commit | 9cdf2366ae182ba1aba7cd74f6a994fcaaa03923 (patch) | |
tree | 943606dd7e03126e664399b86771979881b40557 | |
parent | 4c85816ee066e3384cd63c8cb81c00d6ea95f111 (diff) | |
download | zsh-9cdf2366ae182ba1aba7cd74f6a994fcaaa03923.tar.gz zsh-9cdf2366ae182ba1aba7cd74f6a994fcaaa03923.zip |
debian/patches/use-pager-instead-of-more-by-default.patch: remove svk support
-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 @@ |