| 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)
|
|
|