commit | c70bc12f4d399c9ee314c57456e82afcb6b87d12 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Jun 24 20:09:55 2018 +0300 |
committer | darkobas <darkobas@gmail.com> | Sun Jul 08 21:53:46 2018 +0200 |
tree | 3a00a2bce0fa2bb2b94f1b98dc44ecaab503d4de | |
parent | 53a95971ce6c10f3f218e802c4aae25abd5bb318 [diff] |
extract_utils: target_file() and target_args() cleanup * Strip target_args from target_file at callee instead of at caller * WARNING! Changes (improperly documented) behavior of prefix_match() function, which is expected to not strip target_args(), and the root cause why stripping target_args was currently done at caller. Will be addressed in next patch. Change-Id: I820d2350aa64ff41374809fcb22f812257132652 Signed-off-by: Vladimir Oltean <olteanv@gmail.com>