Closed fwenzel closed 10 years ago
This is only used for creating a temporary folder for unpacking. Shallow_flash is executed in a temporary directory, so everything is already cleaned up anyways. There are other cases reported from where adb is not found even though it is in PATH
, so I keep this open.
I realized that when I run which
manually, I am on a zsh, but the script runs in bash. Anyway; even if I do /bin/bash; which mktemp
it still works. So something's definitely afoul ;)
That should be working now as env
is no longer overriden. Reopen if not.
Aaah sweet
shallow_flash claims I don't have mktemp, which is not true:
Besides, it's not a package ;)