From b2d36cd4994aa2f1e3ca493ce3c26e2b4ca13005 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 13 Mar 2018 20:32:11 +0100 Subject: [PATCH] Fix a typo made in the previous commit --- zlibs/imaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)