txt-from-texi: remove use of the 'switch' statement for portability
commit2bf380cd27543d269059867ef8d2fad559f5286c
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 31 Jan 2015 17:43:56 +0000 (31 18:43 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 31 Jan 2015 17:58:46 +0000 (31 17:58 +0000)
treecab4e86a69022089cce55c27060bf222874dd5e2
parent5293a5ae416dff5facff952ef41494e772ff14ff
txt-from-texi: remove use of the 'switch' statement for portability

This 'switch' control statement is actually a GNU extension, so it is not
portable to other awk implementations.

This patch replace them with the traditional 'if...else' sequence which
will work everywhere.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
script/generate-txt-from-texi.sh