URI: 
       tDon't clean qemu-arm if a blend is loaded upon postbuild(). - 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 d10956f8f8a477129682b58e66a911dad350e2c7
   DIR parent 39559800684652340bf11bb7f4d94d31004e4e40
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 30 Apr 2018 11:57:11 +0200
       
       Don't clean qemu-arm if a blend is loaded upon postbuild().
       
       Diffstat:
         M lib/helpers                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/helpers b/lib/helpers
       t@@ -140,7 +140,7 @@ updatedb
        EOF
        
                chroot-script -d postbuild || zerr
       -        sudo rm -f \
       +        [[ -n "$BLEND" ]] || sudo rm -f \
                        "$strapdir/$armel_qemu_bin" \
                        "$strapdir/$armhf_qemu_bin" \
                        "$strapdir/$arm64_qemu_bin"