Avoid fatal error code from pure informational diff command
This commit is contained in:
parent
5c9d624a7b
commit
c8ff3182c0
|
@ -54,6 +54,6 @@ for i in `find firmware -type f -name .gitignore`; do
|
|||
echo WARNING: $i mismatches simulat0r/$i
|
||||
echo " give this command a try if the following diff looks reasonable:"
|
||||
echo " cp $i simulat0r/$i"
|
||||
diff -y $i simulat0r/$i
|
||||
diff -y $i simulat0r/$i || true
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue