Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
CI fix 2: /bin/sh -> /bin/bash (some CI runners run ancient /bin/sh w…
Browse files Browse the repository at this point in the history
…ithout {a,b,c} glob-support)
  • Loading branch information
coderofsalvation committed Jan 30, 2024
1 parent e661a11 commit f8e046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
try(){ set +e; "$@" 2>/dev/null; set -e; }
trace(){ set -x; "$@"; set +x; }
Expand Down

0 comments on commit f8e046b

Please sign in to comment.