From f2907a3db10e867397b20d98172386106c9e9436 Mon Sep 17 00:00:00 2001 From: bernd Date: Sat, 6 Aug 2011 16:44:01 +0200 Subject: [PATCH] Give a cp suggestion to fix .gitignore mismatches --- simulat0r/bin/update-bridge-files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simulat0r/bin/update-bridge-files.sh b/simulat0r/bin/update-bridge-files.sh index 76db0b4..c349c22 100755 --- a/simulat0r/bin/update-bridge-files.sh +++ b/simulat0r/bin/update-bridge-files.sh @@ -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