diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 11:23:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-01 11:23:33 +0200 |
commit | cf8f3b830789a6bcc538d2f4d0e8a1425a110c47 (patch) | |
tree | a2c18a8b78fbfe18237593621b9b5f38753b6c61 /tests/dir-iterator/buildfile | |
parent | 5cbb86ab1d4d10371fb765f4e283af47298fec34 (diff) |
Revert no longer necessary quoting in buildfiles
Diffstat (limited to 'tests/dir-iterator/buildfile')
-rw-r--r-- | tests/dir-iterator/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile index 6c8bd12..5c8736e 100644 --- a/tests/dir-iterator/buildfile +++ b/tests/dir-iterator/buildfile @@ -3,6 +3,6 @@ # license : MIT; see accompanying LICENSE file exe{driver}: cxx{driver} ../../butl/lib{butl} -exe{driver}: test.arguments = "$src_root" +exe{driver}: test.arguments = $src_root include ../../butl/ |