Give a cp suggestion to fix .gitignore mismatches

This commit is contained in:
bernd 2011-08-06 16:44:01 +02:00
parent b99031694a
commit f2907a3db1
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ for i in `find firmware -type f -name .gitignore`; do
echo OK $i and simulat0r/$i are the same
else
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
fi
done