From 30a6b81f4b8c08aa3f1fec55935fc736f2684823 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Tue, 14 Mar 2017 10:03:51 -0400 Subject: Documentation: Consistancy * Don't rely on '#!', since it doesn't work for Windows cmd shell. * Consistantly use `tools/git-sync-deps` rather than `bin/sync`. * Always call `bin/gn` ranther than `gn` in case depot_tools is missing from the path. NOTRY=true Change-Id: I27909f2610d1bb3241874399d7d2f7286f99f43b Reviewed-on: https://skia-review.googlesource.com/9640 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- site/dev/contrib/submit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/dev/contrib') diff --git a/site/dev/contrib/submit.md b/site/dev/contrib/submit.md index a64fe87fa3..d3ffc9d572 100644 --- a/site/dev/contrib/submit.md +++ b/site/dev/contrib/submit.md @@ -32,7 +32,7 @@ If your branch gets out of date, you will need to update it: git pull - python bin/sync + python tools/git-sync-deps Adding a unit test ------------------ -- cgit v1.2.3