We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570dd0 commit 2e74880Copy full SHA for 2e74880
bin/external.pl
@@ -38,6 +38,7 @@
38
39
$ret = run_cygwin() if $external_source eq 'cygwin';
40
$ret = run_debian() if $external_source eq 'debian';
41
+my $dist = $ret->{dist};
42
43
my $email_body = $ret->{errors_email_body};
44
if ( $email_to and $email_body ) {
0 commit comments