summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openocd-nuclei-bin.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/openocd-nuclei-bin.install b/openocd-nuclei-bin.install
index 6be88bd6ea4d..f45a4281d493 100644
--- a/openocd-nuclei-bin.install
+++ b/openocd-nuclei-bin.install
@@ -2,6 +2,6 @@ all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
post_install() {
echo "add ${bold}export NUCLEI_TOOL_ROOT=/opt/Nuclei-Toolchain${all_off}"
- echo "and ${bold}export PATH=\$NUCLEI_TOOL_ROOT/gcc/bin:\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
+ echo "and ${bold}export PATH=\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
echo "to ${bold}~/.bashrc${all_off} and ${bold}source ~/.bashrc${all_off} before compile any project."
}