From 46462c1f2d55157f91cd82a7d6ef976994d402c4 Mon Sep 17 00:00:00 2001 From: mats cronqvist Date: Mon, 2 Nov 2015 14:10:07 +0000 Subject: [PATCH] sh is old, use bash instead --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index c02000c..b48b07d 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash function usage () { echo "$1"