diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 20:06:37 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-14 20:06:37 +0000 |
commit | cb5b60fc07784346c527e93ceff5d656bef20712 (patch) | |
tree | f69fbd65fe07fcef270a2897848368809e1e8efb /ct-ng.comp | |
parent | 637a4b94e8e7a4955d9b1bf0a258207068a06a1a (diff) | |
download | crosstool-ng-cb5b60fc07784346c527e93ceff5d656bef20712.tar.gz crosstool-ng-cb5b60fc07784346c527e93ceff5d656bef20712.tar.bz2 crosstool-ng-cb5b60fc07784346c527e93ceff5d656bef20712.zip |
Correctly auto-complete with start-steps as well.
/trunk/ct-ng.comp | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'ct-ng.comp')
-rw-r--r-- | ct-ng.comp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ _ct-ng () { show_samples=$(echo "${samples}" |sed -r -e 's/(^| )/\1show-/g;') steps=$(${COMP_WORDS[0]} list-steps 2>/dev/null |awk '$1 == "-" { print $2; }') - start_steps=$(echo "${steps}" |sed -r -e 's/(^| )/\1+/;') + start_steps=$(echo "${steps}" |sed -r -e 's/($| )/\1+/;') stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') actions='menuconfig oldconfig saveconfig |