From 2dc07d953232d1e05e9d687397ceab2ca92f29fb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 2 Jun 2014 13:15:21 +1000 Subject: release.sh: force /bin/bash Trying to meet a hard-to-test standard of /bin/sh is unnecessary for a script that's only run by maintainers. For now, simply force bash but don't change any of the script, over time we can update this to support true bashism like [[ ]]. Signed-off-by: Peter Hutterer Reviewed-by: Alan Coopersmith Reviewed-by: Gaetan Nadon --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 510f5d2..164cf84 100755 --- a/release.sh +++ b/release.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Creates and upload a git module tarball # -- cgit v1.2.3