Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 16747)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 16748)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.77 2008-02-29 00:57:50 price Exp $
+# $Id: Config.pm,v 1.78 2008-02-29 02:41:31 price Exp $
 
 package PS::IPP::Config;
@@ -1045,10 +1045,10 @@
     $tess_dir = $self->convert_filename_absolute( $tess_dir );
 
-    unless ($self->file_exists( $outName )) {
-	my $outNameResolved = $self->file_create( $outName ); # Resolved filename, for Nebulous
-	my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $outNameResolved";
+    unless ($self->file_exists( $outname )) {
+	my $outnameResolved = $self->file_create( $outname ); # Resolved filename, for Nebulous
+	my $command = "$dvoImageExtract -D CATDIR $tess_dir $skycell_id -o $outnameResolved";
 	my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	    run(command => $command, verbose => $verbose);
-	die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $outName ));
+	die "Unable to perform dvoImageExtract for $tess_id $skycell_id\n" unless ($success and $self->file_exists( $outname ));
     }
 
