mpack
mpack copied to clipboard
tools/unit.sh help - does not work
Listing all targets using tools/unit.sh help
not work.
To make this work, the 524 line in the configure.py need to me changed from: out.write(" command = cat .build/help\n")
to out.write(" command = cat .build/unit/help\n")