mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
mk-sbuild: fix syntax error caused by 96d698e4290b
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
fc0919ed25
commit
ddbd7f73c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user