Index: /trunk/ippScripts/scripts/diff_skycell.pl
===================================================================
--- /trunk/ippScripts/scripts/diff_skycell.pl	(revision 12110)
+++ /trunk/ippScripts/scripts/diff_skycell.pl	(revision 12111)
@@ -34,5 +34,5 @@
 use Pod::Usage qw( pod2usage );
 
-my ($diff_id, $camera, $dbname, $workdir, $no_update, $no_op);
+my ($diff_id, $dbname, $workdir, $no_update, $no_op);
 GetOptions(
     'diff_id|d=s'       => \$diff_id, # Diff identifier
@@ -165,5 +165,5 @@
     # Add the subtraction result
     {
-	my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName -path_base $outputRoot";
+	my $command = "$difftool -adddiffskyfile -diff_id $diff_id -uri $outputName"; # -path_base $outputRoot";
 	$command .= " -bg $bg -bg_stdev $bg_stdev";
 	$command .= " -dbname $dbname" if defined $dbname;
