1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
help(
[[The git module file defines the following environment variables:
TACC_GIT_DIR, TACC_GIT_LIB, and for
the location of the git distribution and its libraries.
Version 1.7.4.3
]])
whatis("Name: Git")
whatis("Version: 1.7.4.3")
whatis("Category: library, tools")
whatis("URL: http://git-scm.com")
whatis("Description: Fast Version Control System")
prepend_path("PATH", "/unknown/apps/git/1.7.4.3/bin")
setenv("TACC_GIT_DIR", "/unknown/apps/git/1.7.4.3/")
setenv("TACC_GIT_LIB", "/unknown/apps/git/1.7.4.3/lib")
setenv("TACC_GIT_BIN", "/unknown/apps/git/1.7.4.3/bin")
|