File: 1.7.4.3.lua

package info (click to toggle)
lmod 8.7.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,008 kB
  • sloc: sh: 6,266; makefile: 2,837; ansic: 1,513; tcl: 1,382; python: 1,050; csh: 112
file content (16 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (48)
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")