X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fpatman%2Ftools.py;h=05b1a1d4b08541c83b9d9e43835692beaa09a9a9;hb=5a1a8a63be8f7262a300eddafb18020926b12fb6;hp=bbb157da873e68eb8ab839a6e9bbd51a8f5d759a;hpb=67ece26d8b5d4bfa4fda8c456261c465d0815d7d;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/patman/tools.py b/tools/patman/tools.py index bbb157d..05b1a1d 100644 --- a/tools/patman/tools.py +++ b/tools/patman/tools.py @@ -333,6 +333,7 @@ def Run(name, *args, **kwargs): elif for_host: name, extra_args = GetHostCompileTool(name) args = tuple(extra_args) + args + name = os.path.expanduser(name) # Expand paths containing ~ all_args = (name,) + args result = command.RunPipe([all_args], capture=True, capture_stderr=True, env=env, raise_on_error=False, binary=binary)