|
@@ -1153,7 +1153,7 @@ public class Execute { |
|
|
// add the environment as logicals to the DCL script |
|
|
// add the environment as logicals to the DCL script |
|
|
if (env != null) { |
|
|
if (env != null) { |
|
|
int eqIndex; |
|
|
int eqIndex; |
|
|
for (int i = 1; i < env.length; i++) { |
|
|
|
|
|
|
|
|
for (int i = 0; i < env.length; i++) { |
|
|
eqIndex = env[i].indexOf('='); |
|
|
eqIndex = env[i].indexOf('='); |
|
|
if (eqIndex != -1) { |
|
|
if (eqIndex != -1) { |
|
|
out.print("$ DEFINE/NOLOG "); |
|
|
out.print("$ DEFINE/NOLOG "); |
|
|