Remove the typeset built-in and toggle to /bin/sh
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>
-#!/bin/bash
+#!/bin/sh
# This script is used to generate the list of changes that
# appears in the release notes files, with HTML formatting.
# $ 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