Commit 68285ace authored by Kenton Varda's avatar Kenton Varda

Merge pull request #102 from emaste/master

Use /usr/bin/env shebang - /bin/bash is not universal
parents 3546fb1b 1eb76dc4
#! /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