diff options
author | Alexey Neyman <stilor@att.net> | 2019-01-27 19:04:15 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-01-27 22:55:26 -0800 |
commit | adc16046f769fdf27db9b533260609fe675d8c6b (patch) | |
tree | 5b9b1727f256c7c07d7c517daf769b002f4a6bc8 /bash-completion | |
parent | 20c6accc65b9dafbb3e764b36e162c919b3b728c (diff) | |
download | crosstool-ng-adc16046f769fdf27db9b533260609fe675d8c6b.tar.gz crosstool-ng-adc16046f769fdf27db9b533260609fe675d8c6b.tar.bz2 crosstool-ng-adc16046f769fdf27db9b533260609fe675d8c6b.zip |
Add upgrade logic to version-check.sh
Slightly rework config version detector to catch the case where neither
CONFIG_VERSION/CONFIG_VERSION_CURRENT is defined in the config file.
Add olddefconfig and use it after the upgrade.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/ct-ng.in b/bash-completion/ct-ng.in index f38c8810..9991906e 100644 --- a/bash-completion/ct-ng.in +++ b/bash-completion/ct-ng.in @@ -16,7 +16,7 @@ _ct_ng () { stop_steps=$(echo "${steps}" |sed -r -e 's/(^| )/+\1/;') actions='help menuconfig nconfig oldconfig saveconfig extractconfig - defconfig savedefconfig + defconfig savedefconfig olddefconfig upgradeconfig build build-all wiki-samples list-samples list-samples-short check-samples list-steps |