Adjusted shebang (#4)

This commit is contained in:
PePa 2017-07-17 01:36:37 +07:00 committed by GitHub
parent 4de0cf6115
commit c3af3652aa
1 changed files with 1 additions and 1 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'