Subversion Repositories DevTools

Rev

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

Rev 3967 Rev 4074
Line 47... Line 47...
47
#     GBE_VIEWBASE            - Base directory for creating ClearCase views
47
#     GBE_VIEWBASE            - Base directory for creating ClearCase views
48
#     GBE_VCS                 - Default Version Control System (cc or svn)
48
#     GBE_VCS                 - Default Version Control System (cc or svn)
49
#
49
#
50
#    Use "jats man EnvVars" for a complete description of environment variables
50
#    Use "jats man EnvVars" for a complete description of environment variables
51
#
51
#
52
GBE_PERL=/usr/bin/perl
52
[ "$GBE_PERL" ]        || GBE_PERL=/usr/bin/perl
53
[ "$GBE_MACHTYPE" ]    || GBE_MACHTYPE=
53
[ "$GBE_MACHTYPE" ]    || GBE_MACHTYPE=
54
[ "$GBE_DPKG" ]        || GBE_DPKG=/net/auperaarc01/export/devl/dpkg_archive
54
[ "$GBE_DPKG" ]        || GBE_DPKG=/net/auperaarc01/export/devl/dpkg_archive
55
[ "$GBE_CORE" ]        || GBE_CORE=$GBE_DPKG/PACKAGE_TAG/VERSION_TAG
55
[ "$GBE_CORE" ]        || GBE_CORE=$GBE_DPKG/PACKAGE_TAG/VERSION_TAG
56
[ "$GBE_DPKG_CACHE" ]  || GBE_DPKG_CACHE=
56
[ "$GBE_DPKG_CACHE" ]  || GBE_DPKG_CACHE=
57
[ "$GBE_DPKG_LOCAL" ]  || GBE_DPKG_LOCAL=
57
[ "$GBE_DPKG_LOCAL" ]  || GBE_DPKG_LOCAL=