Changeset 17143
- Timestamp:
- 2008-09-04 14:28:31 (3 months ago)
- Files:
-
- gsdl/trunk/perllib/scriptutil.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/perllib/scriptutil.pm
r15740 r17143 44 44 } 45 45 46 if (!$keepold && !$removeold && !$incremental ) {46 if (!$keepold && !$removeold && !$incremental && defined $collectcfg) { 47 47 # we only look at config file options if we dont have these on the command line 48 48 if (defined $collectcfg->{'removeold'} && $collectcfg->{'removeold'} =~ /^true$/i ) {
