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