Re: OpenEuphoria on the raspberry pi
- Posted by jimcbrown (admin) Feb 15, 2013
- 2671 views
rkdavis said...
btw could we possibly change line 66 in configure from
elif echo "$UNAME_MACHINE" | grep ARM > /dev/null; then
to
elif echo "$UNAME_MACHINE" | grep arm > /dev/null; then
it's getting a bit old :) having to change it every time i switch to a different changeset and i've double checked several arm devices and they all respond with it as lowercase
Done.