plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c54202e5776f228276ec95e6befcceda92fe2042
parent a6ba36b663ae4903ef5cc692570af15a7fcf4fcc
Author: Anthony Martin <ality@pbrane.org>
Date:   Thu,  7 Oct 2010 03:35:43 -0400

getflags: use shell quoting

R=rsc
CC=codebot
http://codereview.appspot.com/2065042

Diffstat:
Msrc/cmd/getflags.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cmd/getflags.c b/src/cmd/getflags.c @@ -43,6 +43,7 @@ main(int argc, char *argv[]) int i, n; Fmt fmt; + doquote = needsrcquote; quotefmtinstall(); argv0 = argv[0]; /* for sysfatal */