Fix flag parsing

PiperOrigin-RevId: 232470483
This commit is contained in:
rosica 2019-02-05 05:57:08 -08:00 committed by Copybara-Service
parent 081d3ef0ad
commit ba06942f95
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var (
)
func main() {
flag.Parse()
if *crosstoolLocation == "" {
log.Fatalf("Missing mandatory argument 'crosstool'")