CI fix 2: /bin/sh -> /bin/bash (some CI runners run ancient /bin/sh without {a,b,c} glob-support)
This commit is contained in:
parent
e661a114ce
commit
f8e046b29c
1 changed files with 1 additions and 1 deletions
2
make
2
make
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
try(){ set +e; "$@" 2>/dev/null; set -e; }
|
||||
trace(){ set -x; "$@"; set +x; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue