mirror of
https://gitee.com/openharmony/third_party_harfbuzz
synced 2024-11-23 23:30:49 +00:00
Make this work for old versions of automake
This commit is contained in:
parent
f8077c9790
commit
4eff0fc5b8
@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for f in $(find . -name '*.log' -not -name 'config.log'); do
|
||||
if [[ $(tail -1 $f) = FAIL* ]]; then
|
||||
last=$(tail -1 $f)
|
||||
if [[ $last = FAIL* || $last = *failed* ]]; then
|
||||
echo '====' $f '===='
|
||||
cat $f
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user