{code}
 STARTD_ATTRS = HAS_PYTHON $(STARTD_ATTRS)
-include : $(LIBEXEC)/check_for_python.cmd |
+include command : $(LIBEXEC)/check_for_python.cmd
 {endcode}
 
 With tools The current directory can vary so the path to the script must be absolute.  (you can avoid running the script for tools by using the alternate configuration at the bottom of this page)
@@ -34,7 +34,7 @@
 {code}
 if $(IsStartd)
   STARTD_ATTRS = HAS_PYTHON $(STARTD_ATTRS)
-  include : $(LIBEXEC)/check_for_python.cmd |
+  include command : $(LIBEXEC)/check_for_python.cmd
 endif
 {endcode}