Skip to content

Commit

Permalink
Fixes #6874
Browse files Browse the repository at this point in the history
  • Loading branch information
Arif Roktim committed May 4, 2019
1 parent 0f77ed5 commit e2c519d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/etc/cargo.bashcomp.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Required for bash versions < 4.1
# Default bash version is 3.2 on latest macOS. See #6874
shopt -s extglob

command -v cargo >/dev/null 2>&1 &&
_cargo()
{
Expand Down

0 comments on commit e2c519d

Please sign in to comment.