pathof : shebang
This commit is contained in:
parent
4b239c4e58
commit
cf34f0499d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
# Invoked on termination if the last command failed
|
||||
error() { >&2 echo "$(basename "$0"): ${*}"; }
|
||||
|
|
Loading…
Reference in a new issue