# HG changeset patch # User Rob Landley # Date 1365296274 18000 # Node ID 44ed476d5c87cf70b9ae0ea5dde65f34e93ff5e2 # Parent f8250900f94bd07146050fd69812bfb54a820f6c Fix argument parsing so -- doesn't include itself in output. diff -r f8250900f94b -r 44ed476d5c87 lib/args.c --- a/lib/args.c Fri Apr 05 00:35:05 2013 -0500 +++ b/lib/args.c Sat Apr 06 19:57:54 2013 -0500 @@ -372,7 +372,7 @@ // Handle -- if (!*gof.arg) { gof.stopearly += 2; - goto notflag; + continue; } // Handle --longopt