mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
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>