[Mesa-dev] [PATCH 37/37] bin/get-fixes-pick-list.sh: do not mandate bash

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 23 17:14:04 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Silly thinko on my end, as I was writing the script. There is nothing
bash specific in there.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 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 4ce9c92f8a..59bcae4f2d 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.11.0



More information about the mesa-dev mailing list