From 5bf9c8fc5f62b11ff0d25c05c733824deebbbffc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 4 Aug 2016 19:11:22 +0300 Subject: [PATCH] Use env to detect bash path --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 1c54652..0f5a67d 100755 --- a/release.sh +++ b/release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Git-flow release automation with # version bumping and changelog generation