[lit] Fix a shell parsing bug with ';' not separated by whitespace.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 31 Jan 2013 20:51:17 +0000 (20:51 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 31 Jan 2013 20:51:17 +0000 (20:51 +0000)
commit63a08e09ae301241d0bdd0618bb0533a1d303cf5
treef9daf0f4050660a96bc3d8d57ea5f982c59d0528
parenta9da5c50e246966c04784756e2083dbfe606c448
[lit] Fix a shell parsing bug with ';' not separated by whitespace.
 - Testing finds bugs, who knew.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174087 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/ShUtil.py