diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/_ldd | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 7847523ba..f492bd3ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-11 Mikael Magnusson <mikachu@gmail.com> + + * 30206: Completion/Unix/Command/_ldd: Fix ldd completion broken by + previous commit. + 2012-02-10 Oliver Kiddle <opk@zsh.org> * 30199: Completion/Debian/Command/_pbuilder, @@ -15954,5 +15959,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5580 $ +* $Revision: 1.5581 $ ***************************************************** diff --git a/Completion/Unix/Command/_ldd b/Completion/Unix/Command/_ldd index a22150f86..d59294717 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\(-.\)"' |