Commit 9902caea authored by Ken Cochrane's avatar Ken Cochrane

added a -p option to mkdir .heroku it is safer incase .heroku is already...

added a -p option to mkdir .heroku it is safer incase .heroku is already created, it won't error out
parent 80f851b8
......@@ -56,7 +56,7 @@ echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --no-site-packages . | indent
# create set-aside .heroku folder.
mkdir .heroku
mkdir -p .heroku
# if pylibmc within requirements, use vendored libmemcached
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment