| Index: tools/clang/plugins/tests/test.sh
|
| diff --git a/tools/clang/plugins/tests/test.sh b/tools/clang/plugins/tests/test.sh
|
| index 322d9226c76b24d2ddbe579c3eec48828d006477..c74cd3aba8823fd390425d1356493273748623b6 100755
|
| --- a/tools/clang/plugins/tests/test.sh
|
| +++ b/tools/clang/plugins/tests/test.sh
|
| @@ -49,7 +49,7 @@ elif [[ ! -d "${1}" ]]; then
|
| usage
|
| exit ${E_BADARGS}
|
| else
|
| - export CLANG_DIR="$(PWD)/${1}"
|
| + export CLANG_DIR="${PWD}/${1}"
|
| echo "Using clang directory ${CLANG_DIR}..."
|
|
|
| # The golden files assume that the cwd is this directory. To make the script
|
|
|