blob: 5906d9c8c8b19927fca71c1e6980546d232dae3a (
plain)
1
2
3
4
5
6
7
|
#==> Starting check()...
#usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
# or: setup.py --help [cmd1 cmd2 ...]
# or: setup.py --help-commands
# or: setup.py cmd --help
unset checkdepends
unset check
|