Skip to content

Commit

Permalink
bootstrap: use /bin/sh instead of bash
Browse files Browse the repository at this point in the history
Some systems (like FreeBSD) do not provide bash in /bin/bash but in
/usr/local/bin/bash
We use /bin/sh instead.
  • Loading branch information
LudovicRousseau committed Nov 8, 2022
1 parent 7baef9d commit 67b8251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh

set -x

Expand Down

0 comments on commit 67b8251

Please sign in to comment.