mk-sbuild: fix syntax error caused by 96d698e4290b

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2018-04-05 18:53:29 +02:00
parent fc0919ed25
commit ddbd7f73c3
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

@ -631,7 +631,7 @@ case "$SCHROOT_TYPE" in
if grep -q '\soverlay$' /proc/filesystems \
|| /sbin/modprobe -q --dry-run overlay; then
OVERLAY_FS=overlay
if grep -q '\soverlayfs$' /proc/filesystems \
elif grep -q '\soverlayfs$' /proc/filesystems \
|| /sbin/modprobe -q --dry-run overlayfs; then
OVERLAY_FS=overlayfs
else