mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Clean the paths passed as args.
This commit is contained in:
parent
5172f31f41
commit
54d142615c
@ -114,7 +114,7 @@ class command_line:
|
||||
def _lo_path(self, opt, macro, value):
|
||||
if value is None:
|
||||
raise error.general('option requires a path: %s' % (opt))
|
||||
value = path.shell(value)
|
||||
value = path.abspath(value)
|
||||
self.opts[opt[2:]] = value
|
||||
self.defaults[macro] = value
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user