summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-03-29 10:16:34 +0200
committerGitHub <noreply@github.com>2018-03-29 10:16:34 +0200
commit9427c92cb3fd6661fac93bb110dceec527d88701 (patch)
tree2d341ad36bcc31985edc264fce615aae9d121365
parent2dcc8afa614abde0f326a4011bc1216f1e73361a (diff)
parent8903deb76a7129defc2849125165f95ab2235692 (diff)
downloadATCD-9427c92cb3fd6661fac93bb110dceec527d88701.tar.gz
Merge pull request #604 from brewmanz/AddMissingDollarPrefix
Add missing $ prefix to ACE_ROOT
-rw-r--r--ACE/tests/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/README b/ACE/tests/README
index f6bd9b5771b..16f00d86893 100644
--- a/ACE/tests/README
+++ b/ACE/tests/README
@@ -12,7 +12,7 @@ features. Building and running the tests is straightforward:
2. You then need to run all the tests, e.g., by running the perl script
- ACE_ROOT/tests/run_test.pl
+ $ACE_ROOT/tests/run_test.pl
Naturally, make sure that you've installed perl first!