From ee3c9bef5e2568a9b159801592663e4c49fb36d5 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 1 Feb 2013 12:46:57 +0900 Subject: [PATCH] fix typo; s/vesions/versions/ also this will fix https://github.com/yyuu/python-virtualenv/issues/1 --- libexec/pyenv-version-file-write | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv-version-file-write b/libexec/pyenv-version-file-write index c826df40..6441909e 100755 --- a/libexec/pyenv-version-file-write +++ b/libexec/pyenv-version-file-write @@ -14,7 +14,7 @@ if [ -z "$versions" ] || [ -z "$PYENV_VERSION_FILE" ]; then fi # Make sure the specified version is installed. -pyenv-prefix "${vesions[@]}" >/dev/null +pyenv-prefix "${versions[@]}" >/dev/null # Write the version out to disk. rm -f "$PYENV_VERSION_FILE"