summaryrefslogtreecommitdiff
path: root/mcon/U/Obsol_sh.U
diff options
context:
space:
mode:
authorRaphael Manfredi <Raphael_Manfredi@pobox.com>2020-05-16 09:50:30 +0200
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2020-05-16 10:39:29 +0200
commit2cec35331a912b165e2dd135d22de81f34bbc83f (patch)
tree7cfd7dfc001b8c7603192730a2e0559e0d5c7b96 /mcon/U/Obsol_sh.U
parented9965c886297c329bb6530a3cb34870666a252a (diff)
Note that gccversion only contains major version.
We used to say things like: case "$gccversion" in 1*) ... but that was wrong because it now starts to catch version 10 as well, for cases that only pertained to gcc version 1! We now need to say: case "$gccversion" in 1) ... 2) ... etc. to handle versions 1 and 2 differently. Thanks to Dmitry Butskoy for spotting this bug.
Diffstat (limited to 'mcon/U/Obsol_sh.U')
0 files changed, 0 insertions, 0 deletions