* strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.
* cygcheck.cc (main): Ditto.
This commit is contained in:
@@ -909,6 +909,7 @@ main (int argc, char **argv)
|
||||
else
|
||||
pgm++;
|
||||
|
||||
(void) putenv("POSIXLY_CORRECT=1");
|
||||
while ((opt = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
|
||||
switch (opt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user