commit | 9af22c762652ff92f3f207a754f71f3c4bf2c078 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 09 12:54:58 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Oct 09 12:54:58 2008 +0000 |
tree | 8c55f180aa907e151924d1cb8c8e5622eec2f5cb | |
parent | 578de8644c46cd17667812f7e335bf9fefbca00d [diff] |
hush: massive renaming of ill-named structures and fields hush: error out on constructs like: $ abc(def) - was working as if it was (abcdef) $ case b in abc(a|(b) echo YES; esac - was ignoring 'abc' and extra '('