Chromium Code Reviews| Index: third_party/re2/doc/mksyntaxgo |
| diff --git a/third_party/re2/doc/mksyntaxgo b/third_party/re2/doc/mksyntaxgo |
| index 42e87d62e3349346629fcd2da8ed6c33e73ba4af..caad9b60b0315c2658271e238789c9204f7f7642 100755 |
| --- a/third_party/re2/doc/mksyntaxgo |
| +++ b/third_party/re2/doc/mksyntaxgo |
| @@ -1,7 +1,7 @@ |
| #!/bin/sh |
| set -e |
| -out=$GOROOT/src/pkg/regexp/syntax/doc.go |
| +out=$GOROOT/src/regexp/syntax/doc.go |
| cp syntax.txt $out |
| sam -d $out <<'!' |
| ,x g/NOT SUPPORTED/d |