release 20130218

This commit is contained in:
Yamashita Yuu
2013-02-18 12:42:21 +09:00
parent 317fcdbfe7
commit 9651cfe63d
3 changed files with 6 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ fi
eval "$(python-virtualenv --lib)"
usage() {
# We can remove the sed fallback once pyenv 0.4.0 is widely available.
# We can remove the sed fallback once pyenv 0.2.0 is widely available.
pyenv-help virtualenv 2>/dev/null || sed -ne '/^#/!q;s/.//;s/.//;1,4d;p' < "$0"
[ -z "$1" ] || exit "$1"
}