diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2017-02-23 17:05:50 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-03-10 14:12:49 +0000 |
commit | 32be87852b06aae4618505aa0f26586436a8c927 (patch) | |
tree | 6146eb35d2aeb05302e3d4fa5ad06933d63762c7 /bin | |
parent | 0e94217999633b1baf63b1236134e4c32436153e (diff) |
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 <emil.velikov@collabora.com>
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
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 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 |