-
Notifications
You must be signed in to change notification settings - Fork 87
configuration file is ignored #121
Copy link
Copy link
Closed
Labels
Description
This is from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902031#17
The bug is in commit dd7f101. The
problem is that the last command in the block changed. So the return
value of <$fh> is ignored and hence the entire configuration, too.
Also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902049 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901999
Reverting dd7f101 restores correct working behaviour.
Reactions are currently unavailable