diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-01 10:11:15 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-01 10:11:15 +0100 |
commit | 4fc4e09e9b869646d06715d34a307ea7dbf1575e (patch) | |
tree | 5764a1ba79d6998a5df1547e548ca0a2be43fc94 /testsuite | |
parent | aedfc53e9a783b8cc1091f5a6d6bb15317616646 (diff) |
Removed the tab character.
Apparently tabs are forbidden in strings in GNAT project files.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/locations/space | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/locations/space b/testsuite/locations/space index 577c5e3..8323fa2 100644 --- a/testsuite/locations/space +++ b/testsuite/locations/space @@ -1,3 +1,3 @@ -srcdir="name with whitespace" -builddir=${srcdir} +srcdir="name with spaces" +builddir="${srcdir}" relative_builddir=. |