Skip to content

Commit 23882da

Browse files
committed
avertu pri manko de rsync
1 parent 9502ab9 commit 23882da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/processmail.pl

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
}
107107
# sinkronigu revo/xml
108108
print "$rsync $git_dir/revo/ $xml_dir/\n...\n" if ($verbose);
109+
unless (-x $rsync) {
110+
warn "Programo ne ekzistas aŭ ne estas kanĉebla: $rsync\n";
111+
}
109112
print `$rsync $git_dir/revo/ $xml_dir/`;
110113

111114
# vi povas retrakti specifan (antaŭan) poŝtdosieron, ekz-e se okazis

0 commit comments

Comments
 (0)