Merge "Create cache directory"

This commit is contained in:
Jenkins 2014-08-25 21:28:11 +00:00 committed by Gerrit Code Review
commit d9f60606f7

View File

@ -115,6 +115,7 @@ while true ; do
done
export DIB_IMAGE_CACHE=${DIB_IMAGE_CACHE:-~/.cache/image-create}
mkdir -p $DIB_IMAGE_CACHE
if [ "$CLEAR_ENV" = "1" -a "$HOME" != "" ]; then
echo "Re-execing to clear environment."