Browse Source

Exit the command after writing the possible completions.

pull/13/head
Frank Pavageau 13 years ago
parent
commit
9675922c72
  1. 1
      libexec/jenv-local-options

1
libexec/jenv-local-options

@ -22,6 +22,7 @@ set -e @@ -22,6 +22,7 @@ set -e
# Provide jenv completions
if [ "$1" = "--complete" ]; then
echo --unset
exit
fi
JENV_JAVAOPT="$1"

Loading…
Cancel
Save