diff -r b5bbe3bf5204 -r fc64f85e41cc ct-ng.comp --- a/ct-ng.comp Mon Oct 27 18:39:24 2008 +0000 +++ b/ct-ng.comp Fri Oct 31 18:31:01 2008 +0000 @@ -8,19 +8,21 @@ samples=$(${COMP_WORDS[0]} list-samples 2>/dev/null) show_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1show-/g;') + build_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1build-/g;') steps=$(${COMP_WORDS[0]} list-steps 2>/dev/null |awk '$1 == "-" { print $2; }') start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;') stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') actions='help menuconfig oldconfig saveconfig - list-samples build build. list-steps regtest regtest-local - regtest-global clean distclean wiki-samples updatetools + build build. build-all build-all. + list-samples list-steps + clean distclean wiki-samples updatetools tarball version' vars="RESTART= STOP=" - ct_ng_opts="${samples} ${show_samples} + ct_ng_opts="${samples} ${show_samples} ${build_samples} ${steps} ${start_steps} ${stop_steps} ${actions} ${vars}"