summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-06-15 01:41:13 +0000
committerivan <ivan>2011-06-15 01:41:13 +0000
commit2c2ef354ac4311c07796dca34340d7e4b5c59520 (patch)
tree6379cd15ac773e7ef739d19b5c09dbd25e68a63d
parente40181be768dc726e52698c016e540a0b443b0f9 (diff)
added protection to Makfile against deploying cvs conflicts
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4b161162..b9afd42e0 100644
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ clean:
make clean
check-conflicts:
- ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler '^=======$$' .
+ ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler. '^=======$$' .
#these are probably only useful if you're me...