index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-02-07 23:26:43 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-07 23:42:32 -0600 |
commit | e8490b3f14d887216f02a10e9a4cf9012fa577c8 (patch) | |
tree | f943cf8943b8271786c46aae8fb96a3eda996218 | |
parent | ff1fc799c3cf0f298cbd683075a5fd9a4e9f490e (diff) |
-rwxr-xr-x | makechrootpkg | 2 |
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 |