Subversion Repositories DevTools

Rev

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

Rev 4688 Rev 4690
Line 378... Line 378...
378
#   If we want to run an alternate version of JATS, then don't attempt to
378
#   If we want to run an alternate version of JATS, then don't attempt to
379
#   cache the initial version of JATS.
379
#   cache the initial version of JATS.
380
#
380
#
381
if ( $ENV{GBE_CACHE_JATS} && ! $GBE_JATS_SANE && ! $GBE_JATS_VERSION)
381
if ( $ENV{GBE_CACHE_JATS} && ! $GBE_JATS_SANE && ! $GBE_JATS_VERSION)
382
{
382
{
383
    Debug0("Caching JATS");
-
 
384
    my $state = "Not Cached: Not running from dpkg_archive";
383
    my $state = "Not Cached: Not running from dpkg_archive";
385
    #
384
    #
386
    #   Must have the DPKG_ARCHIVE cache
385
    #   Must have the DPKG_ARCHIVE cache
387
    #   Must be running from DPKG_ARCHIVE - prevent messing with local copies
386
    #   Must be running from DPKG_ARCHIVE - prevent messing with local copies
388
    #
387
    #