mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
This commit fixes the issue when `cwd` is empty and is passed to `Runtime.getRuntime().exec(progArray, env, new File(cwd));`, it raises the `No such file or directory` exceptions when targeting sdk `29`.