Skip to content

Commit e2c519d

Browse files
author
Arif Roktim
committed
Fixes #6874
1 parent 0f77ed5 commit e2c519d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/etc/cargo.bashcomp.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Required for bash versions < 4.1
2+
# Default bash version is 3.2 on latest macOS. See #6874
3+
shopt -s extglob
4+
15
command -v cargo >/dev/null 2>&1 &&
26
_cargo()
37
{

0 commit comments

Comments
 (0)