[Bash-autocompletion] Fix a bug that -foo=bar doesn't handled properly
authorYuka Takahashi <yukatkh@gmail.com>
Sat, 8 Jul 2017 17:34:02 +0000 (17:34 +0000)
committerYuka Takahashi <yukatkh@gmail.com>
Sat, 8 Jul 2017 17:34:02 +0000 (17:34 +0000)
commit15309d1ce1fb1c0934a56d35fdaeaf5b5b088b34
treebf8cf0c79f493ffe0fee5a5a3a730c38f90ed6d1
parentb9edcbcb1dc9f87bfd31ec7f1e2c6a8baf66e8e8
[Bash-autocompletion] Fix a bug that -foo=bar doesn't handled properly

Summary: Fixed a bug that -foo=bar wasn't handled properly on old version of bash.

Differential Revision: https://reviews.llvm.org/D34927

llvm-svn: 307478
clang/utils/bash-autocomplete.sh