未验证 提交 6fe49b1a 编写于 作者: B Bernard Xiong 提交者: GitHub

[Tools] Fix the env.sh in menuconfig

上级 b5054b31
...@@ -90,7 +90,7 @@ def touch_env(): ...@@ -90,7 +90,7 @@ def touch_env():
os.system('git clone https://github.com/RT-Thread/env.git ~/.env/tools/scripts') os.system('git clone https://github.com/RT-Thread/env.git ~/.env/tools/scripts')
env_sh = file(os.path.join(env_dir, 'env.sh'), 'w') env_sh = file(os.path.join(env_dir, 'env.sh'), 'w')
env_sh.write('export $PATH=~/.env/tools/scripts:$PATH') env_sh.write('export PATH=~/.env/tools/scripts:$PATH')
# menuconfig for Linux # menuconfig for Linux
def menuconfig(RTT_ROOT): def menuconfig(RTT_ROOT):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册