This repository was archived by the owner on Jul 30, 2021. It is now read-only.
Commit 0749dc0
committed
Revert "use bash for the makefile shell"
This reverts commit 132a381.
The initial commit doesn't mention this, but the pull request has the
error messages this was avoiding [1]:
> make is using sh on Jenkins by default. This tweak sets the shell to
> bash to fix the following error on make check:
>
> 05:22:18 [1650506.967906] golang[6]: /bin/sh: 1: read: arg count
> 05:22:18 [1650507.054205] golang[6]: /bin/sh: 1: [: 2: unexpected operator
Instead of forcing Bash, we should fix those issues to stay
POSIX-compliant.
[1]: #870 (comment)1 parent 957d155 commit 0749dc0
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments