diff --git a/zlibs/imaging b/zlibs/imaging index 0bb089c..cf63f91 100644 --- a/zlibs/imaging +++ b/zlibs/imaging @@ -64,7 +64,7 @@ image_format_partitions() { esac # default to ext4 - [[ -z "$rootfs"]] && rootfs=ext4 + [[ -z "$rootfs" ]] && rootfs=ext4 case "$rootfs" in none)