Index: /trunk/psphot/src/psphotParseCamera.c
===================================================================
--- /trunk/psphot/src/psphotParseCamera.c	(revision 9655)
+++ /trunk/psphot/src/psphotParseCamera.c	(revision 9656)
@@ -27,6 +27,5 @@
 
     // these calls bind the I/O handle to the specified fpa
-    if (!psMetadataLookup(recipe, "SAVE.OUTPUT") ||
-	psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) {
+    if (psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) {
 	if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) {
 	    psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT");
