1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Just a style issue; use export instead of unset like other variables

This commit is contained in:
Yamashita, Yuu
2016-02-13 03:49:28 +00:00
parent cd8f61b5e0
commit a0e0f1637a
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
load test_helper
export PYTHON_BUILD_SKIP_MIRROR=1
export PYTHON_BUILD_CACHE_PATH="$TMP/cache"
unset PYTHON_BUILD_ARIA2_OPTS
export PYTHON_BUILD_ARIA2_OPTS=
setup() {
mkdir "$PYTHON_BUILD_CACHE_PATH"