From: Emil Velikov Date: Wed, 22 Feb 2017 19:58:54 +0000 (+0000) Subject: bin/shortlog_mesa.sh: remove the final bashism X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e94217999633b1baf63b1236134e4c32436153e;p=mesa.git bin/shortlog_mesa.sh: remove the final bashism Remove the typeset built-in and toggle to /bin/sh Signed-off-by: Emil Velikov Reviewed-by: Andreas Boll Reviewed-by: Eric Engestrom --- diff --git a/bin/shortlog_mesa.sh b/bin/shortlog_mesa.sh index 2ba0815de74..c9a42972368 100755 --- a/bin/shortlog_mesa.sh +++ b/bin/shortlog_mesa.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script is used to generate the list of changes that # appears in the release notes files, with HTML formatting. @@ -10,7 +10,7 @@ # $ bin/shortlog_mesa.sh mesa-9.0.2..mesa-9.0.3 | tee changes -typeset -i in_log=0 +in_log=0 git shortlog $* | while read l do