From 5b79035462bce381afc334384ba15eb425cd9bc4 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 23 Apr 2012 03:05:36 +0000 Subject: Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. Otherwise, path quoting gets in the way on windows in a way that is very hard to fix, as the 'bar' value could have double-quote in it, resulting in something like foo="bar". R=nsylvain@chromium.org R=mark@chromium.org R=rsleevi@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/10139020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133398 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/cacheinvalidation/README.chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/cacheinvalidation/README.chromium') diff --git a/third_party/cacheinvalidation/README.chromium b/third_party/cacheinvalidation/README.chromium index e54582d..bb0a90d 100644 --- a/third_party/cacheinvalidation/README.chromium +++ b/third_party/cacheinvalidation/README.chromium @@ -10,4 +10,4 @@ Description: This is the API to talk to the Google Cache Invalidation service. Local Modifications: -None. +None -- cgit v1.1