Skip to content

Commit 1194591

Browse files
committed
Use set -ex instead of /bin/sh -ex
Simply because it is subjectively more typical and easier to see; use `set -ex` instead of `-ex` on the shebang line.
1 parent 576e10b commit 1194591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/bin/sh -ex
1+
#!/bin/sh
22

3-
set -e
3+
set -ex
44

55
# TODO: Add "alloc" once we bump MSRV to past 1.29
66
FEATURES="bitcoin_hashes global-context lowmemory rand recovery serde std"

0 commit comments

Comments
 (0)