Skip to content

Commit d0a5b77

Browse files
sona-tauPeterFeicht
authored andcommitted
ci(Makefile): Use system-agnostic path for bash.
Change `SHELL` variable in Makefile from `/bin/bash` to `/usr/bin/env bash`.
1 parent 6ff10e9 commit d0a5b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see http://www.gnu.org/licenses/.
1717

18-
SHELL := /bin/bash
18+
SHELL := /usr/bin/env bash
1919

2020
#Common prefixes
2121

0 commit comments

Comments
 (0)