Adjusted shebang (#4)

This commit is contained in:
PePa 2017-07-17 01:37:12 +07:00 committed by GitHub
parent c3af3652aa
commit 391f1d0520
1 changed files with 1 additions and 1 deletions

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'