ckolivas / lrzip

Long Range Zip
http://lrzip.kolivas.org
GNU General Public License v2.0
618 stars 76 forks source link

fix order of lrzip.conf search #36

Closed pete4abw closed 9 years ago

pete4abw commented 9 years ago

The design of read_config is to check for the existence of lrzip.conf in 1: current dir, 2: $HOME/.lrzip, 3: /etc/lrzip. The actual coding put /etc before $HOME. This code fixes the order as designed.