IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10464


Ignore:
Timestamp:
Dec 4, 2006, 5:05:37 PM (20 years ago)
Author:
Paul Price
Message:

Fixing syntax error.

File:
1 edited

Legend:

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

    r10420 r10464  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.8 2006-12-03 18:43:40 eugene Exp $
     3# $Id: Config.pm,v 1.9 2006-12-05 03:05:37 price Exp $
    44
    55package PS::IPP::Config;
     
    128128    unless ($name =~ m|^/|) {
    129129        my $workdir = $self->workdir();
    130         if defined $workdir {
    131             $name = File::Spec->rel2abs( $name, $workdir);
     130        if (defined $workdir) {
     131            $name = File::Spec->rel2abs( $name, $workdir );
    132132        }
    133133    }
Note: See TracChangeset for help on using the changeset viewer.