summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Leone <simo@archlinux.org>2008-02-07 23:26:43 -0600
committerDan McGee <dan@archlinux.org>2008-02-07 23:42:32 -0600
commite8490b3f14d887216f02a10e9a4cf9012fa577c8 (patch)
treef943cf8943b8271786c46aae8fb96a3eda996218
parentff1fc799c3cf0f298cbd683075a5fd9a4e9f490e (diff)
Correcting an error in e0f139ad0e2b4144c39fa4431d174f453eb0ca520.5.1
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>
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
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