Commit 28f2662
switching to echo to /bin/echo for pantry install
While installing `tea` on `linux/amd64` hosts, the pantry sync returns
code 139, failing to complete the installation. While no such errors are
generated on `linux/arm64` systems.
The pantry sync is performed by passing `--sync --cd / echo` to the tea
CLI. The `echo` is a shell builtin, while `/bin/echo` is a binary.
Let's use the proper binary.
* replacing `echo` with `/bin/echo` in `install.sh` pantry sync command
Closes #1481 parent 6ab37b3 commit 28f2662
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments