From 9f47765a3f61d84c93263721d79205eb9d136e7d Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sun, 9 Jun 2013 05:40:55 +0000 Subject: [PATCH] Fix print statements in scripts/make-dev-virtualenv.sh script. --- scripts/make-dev-virtualenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/make-dev-virtualenv.sh b/scripts/make-dev-virtualenv.sh index 130626d..cd3a128 100755 --- a/scripts/make-dev-virtualenv.sh +++ b/scripts/make-dev-virtualenv.sh @@ -36,8 +36,8 @@ test -r "$WRPR" && . $WRPR okay=$? if test "$okay" -eq 0 ; then - printf "Using %s as WORKON_HOME for the new virtualenv...\n" "$PWD" - printf"What should the name of the new virtualenv be? (default: '%s')\n" "$project" + printf "Using %s as WORKON_HOME for the new virtualenv...\n" $PWD + printf "What should the name of the new virtualenv be? (default: '%s')\n" $project read -p"Name for this virtualenv?: " name if test -z "$name"; then name="$project"