From 78152b0e568a6fec7b79b2eafd0b3b08c69c37ad Mon Sep 17 00:00:00 2001 From: "jamiewalch@chromium.org" Date: Thu, 6 Jun 2013 03:08:41 +0000 Subject: Make patch silent. BUG=247008 Review URL: https://chromiumcodereview.appspot.com/16438009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204404 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/webapp/build-webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py index 9e6fae0..557c1041 100755 --- a/remoting/webapp/build-webapp.py +++ b/remoting/webapp/build-webapp.py @@ -177,7 +177,7 @@ def buildWebApp(buildtype, version, mimetype, destination, zip_path, plugin, for patch in patches: patchfile = os.path.join(os.getcwd(), patch) if subprocess.call(['patch', '-d', destination, '-i', patchfile, - '-p1', '-F0']) != 0: + '-p1', '-F0', '-s']) != 0: print 'Patch ' + patch + ' failed to apply.' return 1 -- cgit v1.1