aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bash_completion.d/openssl.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/openssl.bash b/bash/bash_completion.d/openssl.bash
index b1f13103..95016dae 100644
--- a/bash/bash_completion.d/openssl.bash
+++ b/bash/bash_completion.d/openssl.bash
@@ -13,7 +13,7 @@ _openssl() {
while read -a subcmds -r ; do
for subcmd in "${subcmds[@]}" ; do
case $subcmd in
- "$2"*) COMPREPLY[ci++]=$comp ;;
+ "$2"*) COMPREPLY[ci++]=$subcmd ;;
esac
done
done < <(