Fix shebang, mark II

This commit is contained in:
Oliver Blanthorn 2018-08-31 15:52:34 +01:00
parent ffd82223de
commit 1e24424cb5
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,6 +1,5 @@
#!/bin/bash -e
# Ideally this would be /usr/bin/env but shebangs are actually not as portable as they look
# https://stackoverflow.com/questions/4303128/how-to-use-multiple-arguments-for-awk-with-a-shebang-i-e
#!/usr/bin/env bash
set -e
# This script must be run from the root Tridactyl directory
TRIDIR="$(pwd)"