Skip to content

Commit 112123a

Browse files
committed
fuzz: Fix -xux to -eux in the download script
1 parent 600cf85 commit 112123a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/download-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Download the version of LLVM matching this crate's port version to test
33
# against.
44

5-
set -xux
5+
set -eux
66

77
# Find the version and extract everything after the `-` to get the LLVM hash
88
version="$(

0 commit comments

Comments
 (0)