summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrewmanz(75) <brewmanz@gmail.com>2018-03-29 20:54:02 +1300
committerbrewmanz(75) <brewmanz@gmail.com>2018-03-29 20:54:02 +1300
commit8903deb76a7129defc2849125165f95ab2235692 (patch)
tree2d341ad36bcc31985edc264fce615aae9d121365
parent2dcc8afa614abde0f326a4011bc1216f1e73361a (diff)
downloadATCD-8903deb76a7129defc2849125165f95ab2235692.tar.gz
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!