diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-fixes-pick-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |