diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/eclean | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -802,8 +802,6 @@ def main(): # parse the exclusion file if not 'exclude-file' in myoptions: my_exclude_file = "/etc/%s/%s.exclude" % (__productname__ , myaction) - if 'EPREFIX' in os.environ: - my_exclude_file = os.environ['EPREFIX'] + my_exclude_file if os.path.isfile(my_exclude_file): myoptions['exclude-file'] = my_exclude_file if 'exclude-file' in myoptions: |
