Skip to content

Commit 1a09248

Browse files
committed
Remove flags from shebang line
Remove the `sh -ex` flags from the `test.sh` shebang line and use the more usual form `set -ex`. Refactor only, no logic changes.
1 parent b809ab5 commit 1a09248

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
FEATURES="compiler serde rand"
66

0 commit comments

Comments
 (0)