lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the
authorDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 21:47:58 +0000 (21:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 21:47:58 +0000 (21:47 +0000)
commitbd4fa2efd373c46dc14b87744b908f16f539c836
treeb764373e0bedec4cb35edc02916c8b483eebba13
parent52f8dff671280dc13143ba2a5d09d2da243cbb0a
lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with the
internal shell parser; we weren't lexing the quotes in a command like::

  clang -DFOO='hello'

correctly.

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