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

Diff for /src/usr.bin/less/main.c between version 1.11 and 1.12

version 1.11, 2011/09/16 18:12:09 version 1.12, 2012/03/27 06:22:45
Line 138 
Line 138 
                 scan_option("-G");                  scan_option("-G");
                 scan_option("-L");                  scan_option("-L");
                 scan_option("-X");                  scan_option("-X");
                   scan_option("-c");
         }          }
   
         s = lgetenv(less_is_more ? "MORE" : "LESS");          s = lgetenv(less_is_more ? "MORE" : "LESS");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12