diff -r 15f57d843296 -r 4c0d4394d0b0 ct-ng.comp --- a/ct-ng.comp Tue Jan 22 00:34:15 2013 +0100 +++ b/ct-ng.comp Sun May 05 18:34:20 2013 +0200 @@ -9,6 +9,7 @@ samples=$( "${COMP_WORDS[0]}" list-samples-short 2>/dev/null ) show_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1show-/g;') build_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1build-/g;') + check_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1check-/g;') steps=$(${COMP_WORDS[0]} list-steps 2>/dev/null |awk '$1 == "-" { print $2; }') start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;') @@ -17,14 +18,15 @@ actions='help menuconfig oldconfig saveconfig extractconfig defconfig savedefconfig build build. build-all build-all. - wiki-samples list-samples list-samples-short list-steps + wiki-samples list-samples list-samples-short check-samples + list-steps show-tuple show-all show-config clean distclean updatetools tarball version' vars="RESTART= STOP= PREFIX= V= DEFCONFIG=" - ct_ng_opts="${samples} ${show_samples} ${build_samples} + ct_ng_opts="${samples} ${show_samples} ${build_samples} ${check_samples} ${steps} ${start_steps} ${stop_steps} ${actions} ${vars}"