You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in tools.mk the echo lines include escape codes like \n. Mainly echo '#!bin/bash\nsome command'
gnu echo needs a -e flag to interpret the escapes, so the build fails with command not found when it tries to run mcconfig et al.