mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-09 16:01:28 +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 \
|
if grep -q '\soverlay$' /proc/filesystems \
|
||||||
|| /sbin/modprobe -q --dry-run overlay; then
|
|| /sbin/modprobe -q --dry-run overlay; then
|
||||||
OVERLAY_FS=overlay
|
OVERLAY_FS=overlay
|
||||||
if grep -q '\soverlayfs$' /proc/filesystems \
|
elif grep -q '\soverlayfs$' /proc/filesystems \
|
||||||
|| /sbin/modprobe -q --dry-run overlayfs; then
|
|| /sbin/modprobe -q --dry-run overlayfs; then
|
||||||
OVERLAY_FS=overlayfs
|
OVERLAY_FS=overlayfs
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user