1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-02 08:21:09 +01:00

30206: Fix ldd completion

This commit is contained in:
Mikael Magnusson 2012-02-11 12:56:15 +00:00
parent c5fce37bce
commit cbbed5ed84
2 changed files with 7 additions and 2 deletions

View file

@ -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\(-.\)"'