From 32be87852b06aae4618505aa0f26586436a8c927 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 23 Feb 2017 17:05:50 +0000 Subject: [PATCH] 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 --- bin/get-fixes-pick-list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-fixes-pick-list.sh b/bin/get-fixes-pick-list.sh index 4ce9c92f8aa..59bcae4f2dd 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 -- 2.30.2