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

Unified Diff: tools/emacs/trybot.el

Issue 5746007: Make script cross-platform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix presubmit check. 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.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/emacs/trybot.el
diff --git a/tools/emacs/trybot.el b/tools/emacs/trybot.el
index 6bc966fff711cc10375f5423a2896a1aafb24ef6..0352ed5568fc28cdf4e699862b925279d16b1b0f 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)
« no previous file with comments | « build/sanitize-mac-build-log.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698