hush: massive renaming of ill-named structures and fields
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 9 Oct 2008 12:54:58 +0000 (12:54 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 9 Oct 2008 12:54:58 +0000 (12:54 -0000)
commit9af22c762652ff92f3f207a754f71f3c4bf2c078
tree8c55f180aa907e151924d1cb8c8e5622eec2f5cb
parent578de8644c46cd17667812f7e335bf9fefbca00d
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 '('
shell/hush.c