Give a cp suggestion to fix .gitignore mismatches
This commit is contained in:
parent
b99031694a
commit
f2907a3db1
|
@ -52,6 +52,8 @@ for i in `find firmware -type f -name .gitignore`; do
|
||||||
echo OK $i and simulat0r/$i are the same
|
echo OK $i and simulat0r/$i are the same
|
||||||
else
|
else
|
||||||
echo WARNING: $i mismatches simulat0r/$i
|
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
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue