IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 8, 2006, 9:49:14 AM (20 years ago)
Author:
Paul Price
Message:

Removing WORKDIR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r10569 r10570  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.16 2006-12-08 19:41:56 price Exp $
     3# $Id: Config.pm,v 1.17 2006-12-08 19:49:14 price Exp $
    44
    55package PS::IPP::Config;
     
    4444
    4545    my $path = _interpolate_env(_mdLookupStr($mdc, 'PATH')); # The path
    46     my $workdir = _interpolate_env(_mdLookupStr($mdc, 'WORKDIR')); # The working directory
    4746    croak "PATH is not set in $name\n" unless defined $path;
    48     croak "WORKDIR is not set in $name\n" unless defined $workdir;
    4947
    5048    # Interpolate environment variables in the work directory
     
    5250    my $self = {
    5351        path => $path,          # Path
    54         workdir => $workdir,    # Working directory
    5552        camera => undef,        # Camera configuration
    5653        _ipprc => $mdc          # The parsed configuration
Note: See TracChangeset for help on using the changeset viewer.