Index: /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl
===================================================================
--- /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl	(revision 37974)
+++ /tags/ipp-20150312/ippScripts/scripts/diff_skycell.pl	(revision 37975)
@@ -341,6 +341,6 @@
         $command .= " -ipprc $configuration";
     }
-    $command .= " -save-inconv" if defined $saveInConv and $run_state eq "new";
-    $command .= " -save-refconv" if defined $saveRefConv and $run_state eq "new";
+    $command .= " -save-inconv" if $saveInConv and $run_state eq "new";
+    $command .= " -save-refconv" if $saveRefConv and $run_state eq "new";
     $command .= " -recipe PPSUB $recipe_ppSub";
     $command .= " -recipe PSPHOT $recipe_psphot";
