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