Use set -ex

Use the more typical form to enable bash features.

Refactor only, no logic changes.
This commit is contained in:
Tobin C. Harding 2023-01-13 07:32:30 +11:00
parent e36ae3a229
commit 7593f1f334
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/bin/sh -ex
#!/bin/sh
set -ex
FEATURES="serde serde-std std core2"