kendryte / kendryte-ide

Kendeyte IDE ✨
https://forum.kendryte.com/category/5/ide
Other
142 stars 34 forks source link

script call directory my-scripts not right #1

Closed learningandroid closed 6 years ago

learningandroid commented 6 years ago

some script file call not right. like my-scripts/prepare-development.sh line:14

GongT commented 6 years ago

Whats wrong?

learningandroid commented 6 years ago

Whats wrong?

bash my-script/prepare-release.sh should be bash my-scripts/prepare-release.sh like that, you could check all the script, there is more than just one error like that, I just solved this by some trick method(cp -R my-scripts my-script)

GongT commented 6 years ago

newest code has fixed this √