From 188570fb60dcee67118e6dcec501d20e4ad06dfb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 14 Dec 2011 09:26:06 -0500 Subject: [PATCH] We've renamed the venvs. with_venv.sh is a file. Change-Id: Ib2be81ef04539b7bf6d348e4f1525ba58a4829ef --- tarball_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarball_script.sh b/tarball_script.sh index eca814bb..d46492ab 100755 --- a/tarball_script.sh +++ b/tarball_script.sh @@ -100,7 +100,7 @@ SEPARATOR=${SEPARATOR:-'~'} rm -f dist/*.tar.gz if [ -f setup.py ] ; then # swift has no virtualenv information in its tree. - if [ -d .*-venv -o -d tools/with_venv.sh ] ; then + if [ -d .venv -o -f tools/with_venv.sh ] ; then tools/with_venv.sh python setup.py sdist else python setup.py sdist