Skip to content

Commit 72d08c1

Browse files
committed
Fix create-log.sh shebang
set -o pipefail is a bash option. Not valid under sh
1 parent dd4b0e6 commit 72d08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ct_worker/scripts/create-log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -e -o pipefail
44

0 commit comments

Comments
 (0)