Commit 1d3b468
Marco Minutoli
Obtain bash path through /usr/bin/env in flow scripts.
Unfortunately, not all systems have bash in /bin. One notable example is nixos.
When entering a development shell in nixos, the current version of the scripts
will fail complaining that "something is wrong at line 1". The issue is that
there is no /bin/bash on NixOS or more generally on the system.1 parent 0cf17a2 commit 1d3b468
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
0 commit comments