diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 03:08:41 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 03:08:41 +0000 |
commit | 78152b0e568a6fec7b79b2eafd0b3b08c69c37ad (patch) | |
tree | e67aa8d611f3b0bb25253c3c0e4bae5948f7020d /remoting | |
parent | dd218905608586ad381942d2cdda3cd5aa91111d (diff) | |
download | chromium_src-78152b0e568a6fec7b79b2eafd0b3b08c69c37ad.zip chromium_src-78152b0e568a6fec7b79b2eafd0b3b08c69c37ad.tar.gz chromium_src-78152b0e568a6fec7b79b2eafd0b3b08c69c37ad.tar.bz2 |
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
Diffstat (limited to 'remoting')
-rwxr-xr-x | remoting/webapp/build-webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |