Merge pull request #8 from samueldr/fix/workdir-casing

Fixes workdir lowercasing.
This commit is contained in:
Oliver Smith 2017-05-28 18:44:49 +00:00 committed by GitHub
commit 276b55de71
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def init(args):
logging.info("Location of the 'work' path. Multiple chroots (native,"
" device arch, device rootfs) will be created in there.")
cfg["pmbootstrap"]["work"] = pmb.helpers.cli.ask(args, "Work path",
None, args.work)
None, args.work, False)
os.makedirs(cfg["pmbootstrap"]["work"], 0o700, True)
# Parallel job count