mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-22 03:39:21 +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`.