mkout.pl (7e90fac2) | mkout.pl (f110f213) |
---|---|
1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4#************************************************************** 5# 6# Licensed to the Apache Software Foundation (ASF) under one 7# or more contributor license agreements. See the NOTICE file 8# distributed with this work for additional information --- 49 unchanged lines hidden (view full) --- 58 'class' => 0, 59 'inc' => 0, 60 'lib' => 1, 61 'misc/logs' => 1, 62 'obj' => 1, 63 'res' => 1, 64 'slb' => 1, 65 'slo' => 1, | 1: 2eval 'exec perl -wS $0 ${1+"$@"}' 3 if 0; 4#************************************************************** 5# 6# Licensed to the Apache Software Foundation (ASF) under one 7# or more contributor license agreements. See the NOTICE file 8# distributed with this work for additional information --- 49 unchanged lines hidden (view full) --- 58 'class' => 0, 59 'inc' => 0, 60 'lib' => 1, 61 'misc/logs' => 1, 62 'obj' => 1, 63 'res' => 1, 64 'slb' => 1, 65 'slo' => 1, |
66 'srs' => 1 | 66 'srs' => 1, 67 'tmp' => 1 |
67 ); 68 69#### main #### 70 71parse_options(); 72init_globals(); 73create_dirs(); 74 --- 84 unchanged lines hidden --- | 68 ); 69 70#### main #### 71 72parse_options(); 73init_globals(); 74create_dirs(); 75 --- 84 unchanged lines hidden --- |