diff options
author | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 13:36:42 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy.zurcher@heraeus.com> | 2011-04-19 13:36:42 +0200 |
commit | ceb1ecb9dc3b97aa350ca46b9203897f199d4a63 (patch) | |
tree | 92dee514257a38e03c3b6cbd151b0ac2ac64ae38 /tools/extract-api.sh | |
parent | 3cdd241fe1f0ec86642e647624ce42e25e37f01f (diff) | |
download | ffi-efl-ceb1ecb9dc3b97aa350ca46b9203897f199d4a63.zip ffi-efl-ceb1ecb9dc3b97aa350ca46b9203897f199d4a63.tar.gz |
notify on diff files creation
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index d9141f8..6ec77ca 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -37,7 +37,7 @@ for header in \ if [ -f $PREV/$F ]; then diff -u0 $PREV/$F $CURRENT/$F > $P/$F-diff N=$(cat $P/$F-diff | wc -l) - [ $N -eq 0 ] && rm $P/$F-diff + [ $N -eq 0 ] && rm $P/$F-diff || echo "see $P/$F-diff" fi done # |