Index: trunk/tools/checkfits
===================================================================
--- trunk/tools/checkfits	(revision 29799)
+++ trunk/tools/checkfits	(revision 29808)
@@ -39,4 +39,9 @@
     $resolved = $file;
 }
+
+if (!-e $resolved) {
+    die "$file not found\n";
+}
+
 
 my $tempfile;
