summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbRad <brad@humanenginuity.com>2017-05-10 14:23:53 (GMT)
committerbRad <brad@humanenginuity.com>2017-05-10 14:23:53 (GMT)
commitf4ef083099c4bb8f577772298d2478c9f53831e6 (patch)
treeb5ecb0d9c8b7348b70b09260d63bf0ac418bd981 /scripts
parent079bdf1c91d5e83c179103caca33625bc5540cd8 (diff)
Fixed up representation of PATH env. var in error message
Diffstat (limited to 'scripts')
-rw-r--r--scripts/crosstool-NG.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 6313f32..09903d1 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -61,7 +61,7 @@ CT_TestAndAbort "Don't set OBJC_INCLUDE_PATH. It screws up the build." -n "${OBJ
CT_TestAndAbort "Don't set CFLAGS. It screws up the build." -n "${CFLAGS}"
CT_TestAndAbort "Don't set CXXFLAGS. It screws up the build." -n "${CXXFLAGS}"
CT_TestAndAbort "Don't set CC. Support is planned, but currently it screws up the build. Ensure the GCC you
-want to use is the first 'gcc' instance in your \${PATH} environment variable." -n "${CC}"
+want to use is the first 'gcc' instance in your PATH environment variable." -n "${CC}"
CT_TestAndAbort "Don't set CXX. It screws up the build." -n "${CXX}"
CT_Test "GREP_OPTIONS screws up the build. Resetting." -n "${GREP_OPTIONS}"
export GREP_OPTIONS=