This commit is contained in:
Looly
2019-09-18 17:46:53 +08:00
parent 8e70a2aca7
commit 334ad373c2
3 changed files with 16 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ public class RuntimeUtil {
* @since 4.1.6
*/
public static Process exec(String[] envp, String... cmds) {
return exec(envp, cmds);
return exec(envp, null, cmds);
}
/**