bin/shortlog_mesa.sh: remove the final bashism
[mesa.git] / bin / shortlog_mesa.sh
index 2ba0815de7462947adbd8cd5a5e64d5466ac569e..c9a42972368c7a351d6e1e57499d56878de4f375 100755 (executable)
@@ -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