getflags: use shell quoting

R=rsc
CC=codebot
http://codereview.appspot.com/2065042
This commit is contained in:
Anthony Martin 2010-10-07 03:35:43 -04:00 committed by Russ Cox
parent a6ba36b663
commit c54202e577

View file

@ -43,6 +43,7 @@ main(int argc, char *argv[])
int i, n; int i, n;
Fmt fmt; Fmt fmt;
doquote = needsrcquote;
quotefmtinstall(); quotefmtinstall();
argv0 = argv[0]; /* for sysfatal */ argv0 = argv[0]; /* for sysfatal */