~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to testsuite/modulefiles/recurs/modB

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-01-26 15:04:02 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130126150402-cdm9yfareli3c3q2
Tags: 3.2.10-1
* New upstream release. Closes: #397906.
* Fix ksh completion patch. Thanks to Bastian Neuberger. Closes: #697685.
* Now at Standards-Version: 3.9.4
* Move to Debhelper dependency >=9.
* Add hardening, linking as-needed.
* Add watch file thanks to Bart Martens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#%Module1.0
 
2
 
 
3
##############################################################################
 
4
#   Modules Revision 3.0
 
5
#   Providing a flexible user environment
 
6
#
 
7
#   File:               recurs/%M%
 
8
#   Revision:           %I%
 
9
#   First Edition:      2012/05/17
 
10
#   Last Mod.:          %U%, %G%
 
11
#
 
12
#   Authors:            R.K.Owen
 
13
#
 
14
#   Description:        Testuite modulefile
 
15
#   Command:
 
16
#
 
17
#   Invocation:
 
18
#   Result:     %R{
 
19
#               }R%
 
20
#   Comment:    %C{
 
21
#                       tests recursive loading/unloading
 
22
#               }C%
 
23
#                       
 
24
##############################################################################
 
25
 
 
26
puts stderr [ concat "modB " [module-info mode]]
 
27
setenv MODB_LOADED 1
 
28