[BACK]Return to env.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / env

Diff for /src/usr.bin/env/env.c between version 1.7 and 1.8

version 1.7, 2002/02/16 21:27:45 version 1.8, 2002/12/08 16:50:07
Line 66 
Line 66 
   
         setlocale(LC_ALL, "");          setlocale(LC_ALL, "");
   
         while ((ch = getopt(argc, argv, "-i")) != -1)          while ((ch = getopt(argc, argv, "i-")) != -1)
                 switch((char)ch) {                  switch((char)ch) {
                 case '-':                       /* obsolete */                  case '-':                       /* obsolete */
                 case 'i':                  case 'i':

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8