1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#%Module1.0
##############################################################################
# Modules Revision 3.0
# Providing a flexible user environment
#
# File: prepend/%M%
# First Edition: 2008/02/19
#
# Authors: R.K. Owen <rk@owen.sj.ca.us>
#
# Comment: %C{
# Check prepending two items to $PATH
# }C%
#
##############################################################################
prepend-path PATH /modules/testsuite2.2/2.2
prepend-path PATH /modules/testsuite2.2
|