Skip to content
Snippets Groups Projects
Commit 0ddcc3ab authored by Martin Mareš's avatar Martin Mareš
Browse files

JCL: Do not send a newline after the final UEL

This was creating a new, empty job at AltaLink 8135C.
parent 635d8991
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ sub add_jcl(;$) {
set('JCLBegin', '<1B>%-12345X@PJL<0A>');
set('JCLToPSInterpreter', '@PJL ENTER LANGUAGE = POSTSCRIPT<0A>');
set('JCLToPDFInterpreter', '@PJL ENTER LANGUAGE = PDF<0A>') if $opt->{PDF};
set('JCLEnd', '<1B>%-12345X@PJL EOJ<0A><1B>%-12345X<0A>');
set('JCLEnd', '<1B>%-12345X@PJL EOJ<0A><1B>%-12345X');
}
sub jopt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment