Commit e8490b3f authored by Simo Leone's avatar Simo Leone Committed by Dan McGee
Browse files

Correcting an error in e0f139ad



If only you could have seen the facepalming going on...

Signed-off-by: default avatarSimo Leone <simo@archlinux.org>
Signed-off-by: default avatarDan McGee <dan@archlinux.org>
parent ff1fc799
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ echo "building union chroot"
grep -Fq unionfs /proc/filesystems
if [ $? -ne 0 ]; then
    modprobe -q unionfs
    if [ $? -ne 0 ];
    if [ $? -ne 0 ]; then
        echo "ERROR: No unionfs available. Abandon ship!" && exit 1
    fi
fi