1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00
This commit is contained in:
Yamashita, Yuu
2016-08-15 04:42:50 +00:00
parent 3a1379cb34
commit 66c8ca6cff
6 changed files with 10 additions and 8 deletions

View File

@@ -1836,9 +1836,9 @@ if [ -z "$MAKE" ]; then
# export MAKE="gmake"
# else
if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then
export MAKE="gmake"
export MAKE="gmake"
else
export MAKE="make"
export MAKE="make"
fi
# fi
else