Finally get the quoting right for both Unix and Windows for the llvmgcc and
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 May 2005 20:13:41 +0000 (20:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 May 2005 20:13:41 +0000 (20:13 +0000)
commit2a43970b28c3d0c4bd18d7bf98ac811bc1a8ad72
treef7459a93fd935cbeb8aebf1beee5af5f37330612
parent57ebf3d6a8f583bb51ad54887f18083963299807
Finally get the quoting right for both Unix and Windows for the llvmgcc and
llvmgxx programs. dejagnu doesn't understand single quote and we need to
pass double quotes through to the shell in order to escape blanks in the
paths. This patch uses \" to escape the quotes passed through to the shell.
Thanks to Aaron Gray for testing this out on cygwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22155 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile