<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,7 +59,9 @@ The follow moulds are included for your enjoyment:
 end.parse!
 
 ARGV.each do |mould|
-  require Jello::Mould.find(mould)
+  mould_file = Jello::Mould.find(mould)
+  require mould_file if mould_file
+  puts &quot;!! Unable to locate any moulds matching '#{mould}'!&quot; unless mould_file
 end
 
 # http://github.com/chneukirchen/rack/tree/ed86dfd676dcb46e276b6906f017df514e5632f9/bin/rackup#L153-164</diff>
      <filename>bin/jello</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>403ab8656d4d477051a36755a5f4ed0ba9df5eab</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/jello/commit/b4b8ed8089877fead5b73689239210e537222c4b</url>
  <id>b4b8ed8089877fead5b73689239210e537222c4b</id>
  <committed-date>2009-03-05T03:47:03-08:00</committed-date>
  <authored-date>2009-03-05T03:46:11-08:00</authored-date>
  <message>Added some safety against missing mould files</message>
  <tree>be092738284045b704bdfbac702bdc8b2e333c2f</tree>
  <committer>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </committer>
</commit>
