summaryrefslogtreecommitdiffstats
path: root/shells/zsh/files/patch-Completion-X-Command-_acroread
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/files/patch-Completion-X-Command-_acroread')
-rw-r--r--shells/zsh/files/patch-Completion-X-Command-_acroread17
1 files changed, 0 insertions, 17 deletions
diff --git a/shells/zsh/files/patch-Completion-X-Command-_acroread b/shells/zsh/files/patch-Completion-X-Command-_acroread
deleted file mode 100644
index b4881c3..0000000
--- a/shells/zsh/files/patch-Completion-X-Command-_acroread
+++ /dev/null
@@ -1,17 +0,0 @@
---- Completion/X/Command/_acroread.orig Mon Mar 19 10:02:50 2007
-+++ Completion/X/Command/_acroread Tue Jul 24 15:39:18 2007
-@@ -16,12 +16,12 @@
-
- # Try extracting the version number directly from the executable.
- # (This will fail if the executable is a wrapper script for acroread.)
-- _acroread_version=${${(M)${(f)"$(<$cmdfile)"}:#ver=*}##ver=}
-+ _acroread_version=${${${(Mf)"$(<$commands[$words[1]])"}:#ver=*}##ver=}
-
- if [[ -z $_acroread_version ]]; then
- local acropath=${${(s. .)${${(f)"$($words[1] -help 2>&1)"}[1]}}[2]}
- if [[ -r $acropath ]]; then
-- _acroread_version=${${(M)${(f)"$(<$acropath)"}:#ver=*}##ver=}
-+ _acroread_version=${${${(Mf)"$(<$acropath)"}:#ver=*}##ver=}
- fi
- fi
- fi
OpenPOWER on IntegriCloud