Commit 1eb76dc4 authored by Ed Maste's avatar Ed Maste

Use /usr/bin/env shebang - /bin/bash is not universal

On FreeBSD bash is /usr/local/bin/bash.
parent 3546fb1b
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail
......
#! /bin/bash
#! /usr/bin/env bash
#
# Quick script that compiles and runs the samples, then cleans up.
# Used for release testing.
......
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail
......
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail
......
#! /bin/bash
#! /usr/bin/env bash
set -eu
shopt -s extglob
......
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail
......
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment