From e8490b3f14d887216f02a10e9a4cf9012fa577c8 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Thu, 7 Feb 2008 23:26:43 -0600 Subject: Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca52 If only you could have seen the facepalming going on... Signed-off-by: Simo Leone Signed-off-by: Dan McGee --- makechrootpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg b/makechrootpkg index cf1ee26..4c37dfc 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -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 -- cgit v1.2.2