Fix directory creation.

Remove a stale "exit" introduced by r354, causing sbopkg
to exit whenever a new directory is created.

Signed-off-by: Mauro Giachero <mauro.giachero@gmail.com>
This commit is contained in:
mauro.giachero 2009-01-22 11:28:06 +00:00
parent d02f7d8ab7
commit 52cbcbcbde

View file

@ -108,7 +108,6 @@ ck_dir() {
# sufficient permissions to create these directories. For now,
# the || exit 1 will suffice.
mkdir -p $1 || exit 1
exit
fi
}