summaryrefslogtreecommitdiffstats
path: root/build/sanitize-win-build-log.sh
diff options
context:
space:
mode:
authortkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 11:54:28 +0000
committertkent@chromium.org <tkent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 11:54:28 +0000
commit03457599096c2eebf920c25f4555d930f805767d (patch)
treea974d33761f2b0c07b27c0b2e3e2b7a1ed7aaa8e /build/sanitize-win-build-log.sh
parent47dd49bd9dbe71eff6f262e7d95ab5a0338d86c0 (diff)
downloadchromium_src-03457599096c2eebf920c25f4555d930f805767d.zip
chromium_src-03457599096c2eebf920c25f4555d930f805767d.tar.gz
chromium_src-03457599096c2eebf920c25f4555d930f805767d.tar.bz2
Revert 211564 "Cleanup sanitize build sed and sh scripts."
check_perms failues on Linux bots. http://build.chromium.org/p/chromium/builders/Linux/builds/40809/steps/check_perms/logs/stdio > /b/build/slave/Linux/build/src/build/sanitize-mac-build-log.sed: Has executable bit but not shebang > /b/build/slave/Linux/build/src/build/sanitize-win-build-log.sed: Has executable bit but not shebang > Cleanup sanitize build sed and sh scripts. > > Minor cleanup: > * switch regexes to extended regexes, > which remove a few gratuitous backslashes > (and makes them less confusing, since basic regexes are so rarely used) > * fix . -> \. (which *does* need escaping in either case) > * make sed files non-executable, > since if executed they just say "don't execute this" > * delete blank line > > (Just noticed these scripts when working on Blink IDL bindings, and made > necessary fixes for my changes, but cleaning up while I'm here.) > > Review URL: https://chromiumcodereview.appspot.com/19052002 TBR=nbarth@chromium.org Review URL: https://codereview.chromium.org/19129002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/sanitize-win-build-log.sh')
-rwxr-xr-xbuild/sanitize-win-build-log.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/sanitize-win-build-log.sh b/build/sanitize-win-build-log.sh
index df5a7af..dc743fa 100755
--- a/build/sanitize-win-build-log.sh
+++ b/build/sanitize-win-build-log.sh
@@ -2,4 +2,5 @@
# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-sed -r -f `dirname "${0}"`/`basename "${0}" sh`sed
+sed -f `dirname "${0}"`/`basename "${0}" sh`sed
+