Adjusted shebang (#4)

This commit is contained in:
pepa65 2017-07-17 01:24:12 +07:00
parent 4de0cf6115
commit cca250a070
2 changed files with 2 additions and 2 deletions

2
tldr
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.33'

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set +vx
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.11'