summaryrefslogtreecommitdiff
path: root/completions/isql
diff options
context:
space:
mode:
Diffstat (limited to 'completions/isql')
-rw-r--r--completions/isql2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/isql b/completions/isql
index 862a9304..4bd24c41 100644
--- a/completions/isql
+++ b/completions/isql
@@ -7,7 +7,7 @@ _isql()
_init_completion || return
[[ -f $ODBCINI ]] \
- && COMPREPLY=( $( command grep "\[$cur" "$ODBCINI" | tr -d \[\] ) )
+ && COMPREPLY=( $(command grep "\[$cur" "$ODBCINI" | tr -d \[\]) )
} &&
complete -F _isql isql