diff --git a/bootstrap.sh b/bootstrap.sh index 011d008..f3ef403 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -54,9 +54,9 @@ function create_virtualenv() { } function ensure_cfg(){ - if [ ! -a buildout.cfg ] + if [ ! -e buildout.cfg ] then - if [ -a $1 ] + if [ -e $1 ] then (cat <