use /usr/bin/env in shell scripts
This commit is contained in:
parent
48ada49293
commit
77d3f06a56
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
IN="$1"
|
||||
OUT="$2"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$1" != "--iknowwhatimdoing" ]]; then
|
||||
>&2 echo "This script should not be ran directly."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue