mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix shebang, mark II
This commit is contained in:
parent
ffd82223de
commit
1e24424cb5
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/usr/bin/env bash
|
||||||
# Ideally this would be /usr/bin/env but shebangs are actually not as portable as they look
|
set -e
|
||||||
# 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
|
# This script must be run from the root Tridactyl directory
|
||||||
TRIDIR="$(pwd)"
|
TRIDIR="$(pwd)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue