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 bin/dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -o nounset -o errexit -o pipefail
function usage {
cat <<USAGE
Expand Down
2 changes: 1 addition & 1 deletion bin/netbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -o nounset -o errexit -o pipefail
function usage {
cat <<USAGE
Expand Down
2 changes: 1 addition & 1 deletion bin/so2a4hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail

# Use LDD to find the shared libraries referenced by this executable.
Expand Down
2 changes: 1 addition & 1 deletion model-scripts/binary-heredoc/xxdiff.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -o nounset -o errexit -o pipefail

function hex {
Expand Down