white space
This commit is contained in:
parent
aa45b3b73d
commit
8552e20ec4
@ -1839,7 +1839,7 @@ main (int argc, char **argv)
|
|||||||
user's original environment. */
|
user's original environment. */
|
||||||
char *posixly = getenv ("POSIXLY_CORRECT");
|
char *posixly = getenv ("POSIXLY_CORRECT");
|
||||||
if (posixly == NULL)
|
if (posixly == NULL)
|
||||||
(void) putenv("POSIXLY_CORRECT=1");
|
(void) putenv("POSIXLY_CORRECT=1");
|
||||||
while ((i = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
|
while ((i = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
|
||||||
switch (i)
|
switch (i)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user