zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Fix quoting in _ldd broken by 30199.
@ 2012-02-11 11:39 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2012-02-11 11:39 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_ldd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Completion/Unix/Command/_ldd b/Completion/Unix/Command/_ldd
index a22150f..d592947 100644
--- a/Completion/Unix/Command/_ldd
+++ b/Completion/Unix/Command/_ldd
@@ -28,5 +28,5 @@ fi
 
 _arguments $args \
   '*: : _alternative
-    "executables:executable:_files -g \^\*.so\(\-*\)"
+    "executables:executable:_files -g \^\*.so\(\-\*\)"
       "shared-objects:shared object:_files -g \*.so\(-.\)"'
-- 
1.7.5.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-11 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-11 11:39 PATCH: Fix quoting in _ldd broken by 30199 Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).