Fix shebang

This commit is contained in:
Oliver Blanthorn 2018-08-30 22:03:35 +01:00
parent c1a7dfbab1
commit ffd82223de
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -e
#!/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
# This script must be run from the root Tridactyl directory
TRIDIR="$(pwd)"