diff --git a/simulat0r/bin/update-bridge-files.sh b/simulat0r/bin/update-bridge-files.sh index c349c22..441bc53 100755 --- a/simulat0r/bin/update-bridge-files.sh +++ b/simulat0r/bin/update-bridge-files.sh @@ -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