mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:03:31 +08:00
[Tools] Fix the env.sh in menuconfig
This commit is contained in:
parent
b5054b31cf
commit
6fe49b1af7
@ -90,7 +90,7 @@ def touch_env():
|
||||
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.write('export $PATH=~/.env/tools/scripts:$PATH')
|
||||
env_sh.write('export PATH=~/.env/tools/scripts:$PATH')
|
||||
|
||||
# menuconfig for Linux
|
||||
def menuconfig(RTT_ROOT):
|
||||
|
Loading…
x
Reference in New Issue
Block a user