Use set -ex
Use the more typical form to enable bash features. Refactor only, no logic changes.
This commit is contained in:
parent
e36ae3a229
commit
7593f1f334
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh -ex
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
FEATURES="serde serde-std std core2"
|
FEATURES="serde serde-std std core2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue