diff scripts/plot/__print_parse_opts__.m @ 10862:337db4e1342d

Warn on absence of fig2dev/pstoedit only when needed.
author Ben Abbott <bpabbott@mac.com>
date Thu, 05 Aug 2010 20:28:16 -0400
parents 2f70e7098cbe
children 53ec464300ef
line wrap: on
line diff
--- a/scripts/plot/__print_parse_opts__.m
+++ b/scripts/plot/__print_parse_opts__.m
@@ -387,7 +387,7 @@
   if (! isfield (data, binary))
     ## Reinitialize when `user_binaries' is present.
     data.(binary).bin = "";
-    data.(binary).warn_on_absence = true;
+    data.(binary).warn_on_absence = false;
   endif
 
   if (isempty (data.(binary).bin))