summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ldd
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_ldd')
-rw-r--r--Completion/Unix/Command/_ldd2
1 files changed, 1 insertions, 1 deletions
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\(-.\)"'