Skip to content

Commit a78ac4c

Browse files
committed
permesu ŝalti sencimigon tra medivariablo
1 parent d41642f commit a78ac4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/processmail.pl

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# kiom da informoj
2323
$verbose = 1;
24-
$debug = 0;
24+
$debug = $ENV{'DEBUG'}; #0;
2525

2626
# FARENDA: legu tiujn el /docker swarm config/
2727
# baza agordo
@@ -1075,8 +1075,8 @@ sub get_archive_version {
10751075

10761076
# legu la ghisnunan artikolon
10771077
unless (open XMLFILE, $xmlfile) {
1078-
warn "Ne povis legi $xmlfile: $!\n";
1079-
return;
1078+
warn "Ne povis legi $xmlfile: $!\n";
1079+
return;
10801080
}
10811081

10821082
my $txt = join('',<XMLFILE>);

0 commit comments

Comments
 (0)