From 8a5020718936368d556c438a1f1b1691414c884c Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Fri, 5 May 2017 16:57:18 +0100
Subject: [PATCH] Change shebang to bash for string manipulations

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index a3225150..9d02e98e 100755
--- a/release.sh
+++ b/release.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Script to perform a release of vector-web.
 #