RT-Thread / userapps

user applications for rt-smart
GNU General Public License v2.0
26 stars 30 forks source link

fix(source): Fix linux source bugs #15

Closed cndabai closed 1 year ago

cndabai commented 1 year ago
  1. use array to define 'supported_arch'
  2. replace $BASH_SOURCE[0] by $0 because some shells don't support such as zsh.