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

Unified Diff: go/src/infra/tools/drover/default_shell_darwin.go

Issue 662113003: Drover's back, baby! (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git/+/master
Patch Set: Created 6 years, 2 months 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
Index: go/src/infra/tools/drover/default_shell_darwin.go
diff --git a/go/src/infra/tools/drover/default_shell_darwin.go b/go/src/infra/tools/drover/default_shell_darwin.go
new file mode 100644
index 0000000000000000000000000000000000000000..8ab3464514410f99a15c1f9f2b0b93ced1744dad
--- /dev/null
+++ b/go/src/infra/tools/drover/default_shell_darwin.go
@@ -0,0 +1,3 @@
+package main
+
M-A Ruel 2014/10/18 00:47:06 I assume you meant //+ build darwin E.g. http:/
iannucci 2014/10/20 21:11:58 Don't need to, it's implied by the file name. Keep
+const DefaultShell = "bash"

Powered by Google App Engine
This is Rietveld 408576698