Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/check-bolt-msg-type-order.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# This script is called in the CI pipeline. It makes sure that the BOLT message
# type constants in smite/src/bolt.rs are listed in increasing order.
Expand Down
2 changes: 1 addition & 1 deletion scripts/coverage-report.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Generate an HTML coverage report from a corpus of fuzz inputs.
#
Expand Down
3 changes: 2 additions & 1 deletion scripts/enable-vmware-backdoor.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -eu
#!/usr/bin/env bash
set -eu

if grep -q AuthenticAMD /proc/cpuinfo; then
KVM_MOD="kvm-amd"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-nyx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Setup script for Nyx mode fuzzing with AFL++
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/symbolize-crash.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Symbolize a crash report from the CLN fuzzer.
#
Expand Down
Loading