Correcting an error in e0f139ad0e

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

Signed-off-by: Simo Leone <simo@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Simo Leone 2008-02-07 23:26:43 -06:00 committed by Dan McGee
parent ff1fc799c3
commit e8490b3f14
1 changed files with 1 additions and 1 deletions

View File

@ -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