Remove the restriction of waf option --command-template requiring option --run; it no longer makes sense.
1.1 --- a/wscript Fri Apr 11 11:30:05 2008 -0700
1.2 +++ b/wscript Mon Apr 14 14:19:12 2008 +0100
1.3 @@ -340,9 +340,6 @@
1.4 run_program(Params.g_options.run, get_command_template())
1.5 raise SystemExit(0)
1.6
1.7 - if Params.g_options.command_template:
1.8 - Params.fatal("Option --command-template requires the option --run to be given")
1.9 -
1.10 def _run_waf_check():
1.11 ## generate the trace sources list docs
1.12 env = Params.g_build.env_of_name('default')