Index: trunk/ippScripts/scripts/staticsky.pl
===================================================================
--- trunk/ippScripts/scripts/staticsky.pl	(revision 28154)
+++ trunk/ippScripts/scripts/staticsky.pl	(revision 28962)
@@ -99,4 +99,6 @@
 my $nInputs = @$files;
 
+my $configuration = $ipprc->filename("PSPHOT.STACK.CONFIG", $outroot);
+
 foreach my $file (@$files) {
     print $listFile "INPUT   METADATA\n";
@@ -161,5 +163,5 @@
     $command .= " -threads $threads" if defined $threads;
     $command .= " -recipe PSPHOT $recipe_psphot";
-    # $command .= " -dumpconfig $configuration";
+    $command .= " -dumpconfig $configuration";
     # $command .= " -tracedest $traceDest -log $logDest";
     # $command .= " -dbname $dbname" if defined $dbname;
