Commit 8012c54
Fix shell completion on FreeBSD
sed on FreeBSD does not support '\s', and gives the error:
"sed: 1: "/^\s*$/d": RE error: trailing backslash (\)"
Fix by using POSIX bracket expression '[[:space:]]'1 parent 0332d4a commit 8012c54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
| 589 | + | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| |||
0 commit comments