Subversion Repositories DevTools

Rev

Rev 353 | Rev 4466 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 353 Rev 361
Line 202... Line 202...
202
    lenv    "GBE_DPLY";
202
    lenv    "GBE_DPLY";
203
    penv    "GBE_PLATFORM";
203
    penv    "GBE_PLATFORM";
204
    penv    "GBE_BUILDFILTER";
204
    penv    "GBE_BUILDFILTER";
205
    penv    "GBE_ABT";
205
    penv    "GBE_ABT";
206
    denv    "GBE_VIEWBASE";
206
    denv    "GBE_VIEWBASE";
-
 
207
    penv    "GBE_VCS";
207
    penv    "GBE_HOSTNAME";
208
    penv    "GBE_HOSTNAME";
208
    dvar    "CWD", $CWD;
209
    dvar    "CWD", $CWD;
209
 
210
 
210
    penv    "COMSPEC";
211
    penv    "COMSPEC";
211
    penv    "SHELL";
212
    penv    "SHELL";
Line 334... Line 335...
334
 
335
 
335
The allowed verbosity levels are:
336
The allowed verbosity levels are:
336
 
337
 
337
=over 4
338
=over 4
338
 
339
 
339
=item 0 Basic variable display
340
=item 0
340
 
341
 
341
=item 1 will display additional JATS related information.
342
Basic variable display
342
 
343
 
-
 
344
=item 1
-
 
345
 
-
 
346
Display additional JATS related information.
-
 
347
 
-
 
348
=item 2
-
 
349
 
343
=item 2 will display all the Environment varaibles.
350
Display all the Environment variables.
344
 
351
 
345
=back
352
=back
346
 
353
 
347
=back
354
=back
348
 
355
 
349
=head1 DESCRIPTION
356
=head1 DESCRIPTION
350
 
357
 
351
This program will display the values of all JATS related environment variables.
358
This program will display the values of all JATS related L<environment
-
 
359
variables|POD::EnvVars>.
352
 
360
 
353
Many of the variables will be displayed with sanity information. If the
361
Many of the variables will be displayed with sanity information. If the
354
variable is a PATH and and the PATH does not exist, then the displayed value
362
variable is a PATH and and the PATH does not exist, then the displayed value
355
will be prefxied with a '*'
363
will be prefixed with a '*'
356
 
364
 
357
=cut
365
=cut
358
 
366