Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: build/sanitize-mac-build-log.sh

Issue 5746007: Make script cross-platform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split out the shell wrapper. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/sanitize-mac-build-log.sed ('k') | tools/emacs/trybot.el » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitize-mac-build-log.sh
diff --git a/build/sanitize-mac-build-log.sh b/build/sanitize-mac-build-log.sh
new file mode 100755
index 0000000000000000000000000000000000000000..a8986a6fec384d43427a39b3fe4bd3677b0b28aa
--- /dev/null
+++ b/build/sanitize-mac-build-log.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+dir=`cd ${0%/*} ; pwd`
+root=${0##*/}
+sed -f ${dir}/${root%\.*}.sed
Evan Martin 2010/12/14 22:01:53 I think elsewhere we just use `dirname $0`. What
Scott Byer 2010/12/14 22:17:25 I think that my shell-fu needs modernizing. Done.
+
« no previous file with comments | « build/sanitize-mac-build-log.sed ('k') | tools/emacs/trybot.el » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698