Skip to content
Snippets Groups Projects
Commit 5f929434 authored by Diego Rey's avatar Diego Rey
Browse files

Change !cargar to !load in the backend

parent f4efe190
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ public class CommandsBean {
} else {
archivo = archivos.getArchivo(fileId);
}
this.p_stdin.write("!cargar " + corregirNombreArchivo(archivo.getNombre()));
this.p_stdin.write("!load " + corregirNombreArchivo(archivo.getNombre()));
this.p_stdin.newLine();
this.p_stdin.flush();
......@@ -230,10 +230,8 @@ public class CommandsBean {
new String[] { fullPathMatefun, "-p", fullPathMatefunTmp + carpetaRuntimeUsuario + "/", "-w" });
}
this.latch = new CountDownLatch(2);
Map<String, String> envs = this.builder.environment();
envs.put("LANGUAGE", "en");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment