~nacc/curtin/iscsi-lp1679222

« back to all changes in this revision

Viewing changes to tools/write-curtin

  • Committer: Scott Moser
  • Date: 2015-11-16 21:38:30 UTC
  • mto: This revision was merged to the branch mainline in revision 306.
  • Revision ID: smoser@ubuntu.com-20151116213830-krcnu3hwdjentevk
fix 'make bin/curtin'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    parg = path
17
17
 
18
18
ret = write_exe_wrapper(entrypoint="curtin.commands.main", path=parg,
19
 
                        deps_check_entry="curtin.deps.check",
20
 
                        deps_install_entry="curtin.deps.install")
 
19
                        deps_check_entry="curtin.deps.check")
21
20
 
22
21
if path == "-":
23
22
    sys.stdout.write(ret)