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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/sanitize-mac-build-log.sed ('k') | tools/emacs/trybot.el » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2 dir=`cd ${0%/*} ; pwd`
3 root=${0##*/}
4 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.
5
OLDNEW
« 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