diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 17:23:25 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 17:23:25 +0000 |
commit | e064e3004f682442dedac5697701aadadfa390ea (patch) | |
tree | 0c39d0f4416d81808519051d05e4618b87ca54af /tools/emacs/trybot.el | |
parent | 0f1afed8d9f9f1849006fc6d93305d14986d16b6 (diff) | |
download | chromium_src-e064e3004f682442dedac5697701aadadfa390ea.zip chromium_src-e064e3004f682442dedac5697701aadadfa390ea.tar.gz chromium_src-e064e3004f682442dedac5697701aadadfa390ea.tar.bz2 |
Make script cross-platform.
BUG=none
TEST=try script on both Mac and Linux on Mac build output.
Review URL: http://codereview.chromium.org/5746007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/emacs/trybot.el')
-rw-r--r-- | tools/emacs/trybot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs/trybot.el b/tools/emacs/trybot.el index 6bc966f..0352ed5 100644 --- a/tools/emacs/trybot.el +++ b/tools/emacs/trybot.el @@ -107,7 +107,7 @@ (when (eq type-hint 'mac) ; Pipe it through the output shortener. (concat " | " (get-chrome-root) - "build/sanitize-mac-build-log.sed"))))) + "build/sanitize-mac-build-log.sh"))))) ; Start up the subprocess. (let* ((coding-system-for-read 'utf-8-dos) |