commit | 4ef93d909e023fe082e16370b22c4bc22577dc75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 18 20:24:51 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | 6f1b71d6a542645ca8c84fc31db7ec7e9c48ce9b | |
parent | 0284916b46e2183c510e5c10bf6ffee3882b0bc6 [diff] |
binman: Allow extracting to current directory Extracting files to the current directory is not normally a very friendly thing to do, but it can be warranted, e.g. in a new temporary dir. At present binman reports an error when such an attempt is made. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>