commit | b293f524f68330bfc78ae4df14da75938e98e000 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Sun Mar 25 03:42:26 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Sun Mar 25 03:42:26 2012 +0000 |
tree | 031b31fb087209c90ee83861349a91aa97a136c8 | |
parent | 7e42392eb2ea29ddeb6d125417fb4c17d847b5e0 [diff] |
test/Driver/cpath.c: Escape a few args that contain %{pathsep}. On msys bash, with %pathsep==os.pathsep==';', I can see lines like below in this script; env DIR=X:/foo%{pathsep}X:/bar Then it is expanded to; env DIR=X:/foo;X:/bar It should be with quote; env "DIR=X:/foo;X:/bar" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153402 91177308-0d34-0410-b5e6-96231b3b80d8