johnnywei499/linux-for-microcontroller

makefile bug

lliYanze opened this issue · 2 comments

there is a bug in ./tools/build.sh

the first line should be #!/bin/bash instead of #/!bin/bash

#!/bin/bash will use bash, but #/!bin/bash will use sh.

You are right, thank you for pointing out the mistake.

have already been solved