- Timestamp:
- Jul 3, 2011, 8:57:20 PM (14 years ago)
- Parents:
- 82e93c9 (diff), 785ee77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl.pm
rb8a3e00 r785ee77 570 570 { 571 571 my $zsig = getvar('zsig'); 572 if (!$zsig) { 573 if (my $zsigproc = getvar('zsigproc')) { 572 if (!defined($zsig) || $zsig eq '') { 573 my $zsigproc = getvar('zsigproc'); 574 if (defined($zsigproc) && $zsigproc ne '') { 574 575 $zsig = `$zsigproc`; 575 576 } elsif (!defined($zsig = get_zephyr_variable('zwrite-signature'))) {
Note: See TracChangeset
for help on using the changeset viewer.