Files
modules/init/.modulespath.in
rkowen 5b94b9de8f * Eliminated any warnings caused by using Tcl 8.4
* Fixed any mixed size differences when using ints and pointers.
  (Only an issue with 64 bit machines.)
2005-11-30 18:53:44 +00:00

20 lines
872 B
Plaintext

#
# @(#)$Id: .modulespath.in,v 1.3 2005/11/30 18:53:23 rkowen Exp $
# Module version @VERSION@
#
# Modulepath initial setup
# ========================
#
# This file defines the initial setup for the module files search path.
# Comments may be added anywhere, which begin on # and continue until the
# end of the line
# Each line containing a single path will be added to the MODULEPATH
# environment variable. You may add as many as you want - just
# limited by the maximum variable size of your shell.
#
@VERSIONING@@VERSIONPATH@ # location of version files
@VERSIONING@@BASEPREFIX@/Modules/$MODULE_VERSION/modulefiles # Module pkg modulefiles (if versioning)
@NOTVERSIONING@@BASEPREFIX@/Modules/modulefiles # Module pkg modulefiles (if no versioning)
@MODULEPATH@ # General module files
# @prefix@/your_contribs # Edit for your requirements