From: Emil Velikov Date: Thu, 23 Feb 2017 17:05:50 +0000 (+0000) Subject: bin/get-fixes-pick-list.sh: do not mandate bash X-Git-Tag: upstream/17.1.0~1520 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32be87852b06aae4618505aa0f26586436a8c927;p=platform%2Fupstream%2Fmesa.git bin/get-fixes-pick-list.sh: do not mandate bash Silly thinko on my end, as I was writing the script. There is nothing bash specific in there. Signed-off-by: Emil Velikov Reviewed-by: Andreas Boll Reviewed-by: Eric Engestrom --- diff --git a/bin/get-fixes-pick-list.sh b/bin/get-fixes-pick-list.sh index 4ce9c92..59bcae4 100755 --- a/bin/get-fixes-pick-list.sh +++ b/bin/get-fixes-pick-list.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Script for generating a list of candidates [referenced by a Fixes tag] for # cherry-picking to a stable branch