tFix a typo made in the previous commit - libdevuansdk - common library for devuan's simple distro kits
 (HTM) git clone https://git.parazyd.org/libdevuansdk
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b2d36cd4994aa2f1e3ca493ce3c26e2b4ca13005
 (DIR) parent a6a8838d20f0722f5c483e478375e259cf7e88f1
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 13 Mar 2018 20:32:11 +0100
       
       Fix a typo made in the previous commit
       
       Diffstat:
         M zlibs/imaging                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/zlibs/imaging b/zlibs/imaging
       t@@ -64,7 +64,7 @@ image_format_partitions() {
                esac
        
                # default to ext4
       -        [[ -z "$rootfs"]] && rootfs=ext4
       +        [[ -z "$rootfs" ]] && rootfs=ext4
        
                case "$rootfs" in
                        none)