mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
tools/changelog-helper.sh: remove [[ bashism
This commit is contained in:
@@ -8,7 +8,7 @@ files=`git ls-tree -r master --name-only`
|
||||
for x in $files
|
||||
do
|
||||
commits=`git log -n1 $lastmod..HEAD $x`
|
||||
if [[ ! -z $commits ]]
|
||||
if [ ! -z "$commits" ]
|
||||
then
|
||||
if echo $x | grep -q "src\/.*\.hs"
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user