mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bugs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user