mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Fix shebang
This commit is contained in:
parent
c1a7dfbab1
commit
ffd82223de
1 changed files with 3 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue