rename *_env functions to env_*

This commit is contained in:
Luke Sampson 2013-08-26 08:29:31 +10:00
parent 196cb869e4
commit 197d6e3d3d
4 changed files with 5 additions and 14 deletions

View File

@ -13,8 +13,8 @@
}
},
"extract_dir": "go",
"add_env_path": "bin",
"set_env": {
"env_add_path": "bin",
"env_set": {
"GOROOT": "$dir"
}
}

View File

@ -12,5 +12,5 @@
"hash": "5c07f6340401f43f1e0fd71d967dde434a8a32491f35114ad825f648458398ee"
}
},
"add_env_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ]
"env_add_path": [ "perl\\site\\bin", "perl\\bin", "c\\bin" ]
}

View File

@ -23,7 +23,7 @@
}
},
"bin": [ "python.exe", "py.exe" ],
"add_env_path": [ "scripts" ],
"env_add_path": [ "scripts" ],
"notes": "To use PIP to manage Python packages, run:
`scoop install curl`
`curl http://python-distribute.org/distribute_setup.py | python`

View File

@ -13,14 +13,5 @@
"extract_dir": "ruby-2.0.0-p247-i386-mingw32"
}
},
"bin": [
"bin\\erb.bat",
"bin\\gem.bat",
"bin\\irb.bat",
"bin\\rake.bat",
"bin\\rdoc.bat",
"bin\\ri.bat",
"bin\\ruby.exe",
"bin\\testrb.bat"
]
"env_add_path": "bin"
}