/usr/bin/env bash all the things

This commit is contained in:
Jorge Morante 2016-07-15 08:31:45 +02:00
parent 9e51484800
commit 36c0d1f9d7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
GIT_DIR=$CURRENT_DIR/../.git

View File

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
current_branch=$(git rev-parse --abbrev-ref HEAD)
if [[ ${current_branch} != "master" ]]; then