1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

Merge pull request #367 from shoyan/master

replace tab with spaces
This commit is contained in:
Sam Stephenson
2013-03-23 08:47:10 -07:00

View File

@@ -11,7 +11,7 @@ for args in "$@"
do do
if [ "$args" = "-" ]; then if [ "$args" = "-" ]; then
print=1 print=1
shift shift
fi fi
if [ "$args" = "--no-rehash" ]; then if [ "$args" = "--no-rehash" ]; then