Skip to content

Commit

Permalink
Handle empty list in Perl_vms_do_aexec.
Browse files Browse the repository at this point in the history
Since 2fcab33 this is now expected and tested for, so do
what other platforms do.
  • Loading branch information
craigberry committed Nov 14, 2017
1 parent 77fae43 commit 734a2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vms/vms.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10954,6 +10954,7 @@ Perl_vms_do_aexec(pTHX_ SV *really,SV **mark,SV **sp)
return exec_sts; return exec_sts;
} }


SETERRNO(ENOENT, RMS_FNF);
return FALSE; return FALSE;
} /* end of vms_do_aexec() */ } /* end of vms_do_aexec() */
/*}}}*/ /*}}}*/
Expand Down

0 comments on commit 734a2a8

Please sign in to comment.