URI:
       tfix typo in init.sh - arm-sdk - os build toolkit for various embedded devices
  HTML git clone https://git.parazyd.org/arm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit ed2a7307502a4be54f910d11972dfe6ec6214e25
   DIR parent 85691537f95d0670eb2b32457a73ad3d0d137a3e
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat, 12 Nov 2016 14:43:34 +0100
       
       fix typo in init.sh
       
       Diffstat:
         M init.sh                             |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/init.sh b/init.sh
       t@@ -60,9 +60,9 @@ cd -
        ## ===============
        armelurldl=http://pub.parazyd.cf/mirror/armv6-devuan-linux-gnueabi.txz
        armelshahc=9aa5095f6587fea4e79e8894557044879e98917be5fa37000cf2f474c00d451f
       -armhfshadl=$(curl -s ${armelurldl}.sha | awk '{print $1}')
       +armelshadl=$(curl -s ${armelurldl}.sha | awk '{print $1}')
        
       -test $armhfshahc = $armhfshadl || {
       +test $armelshahc = $armelshadl || {
                printf "(!!) armel sha256sum doesn't match with hardcoded one\n"
                exit 1
        }