Improved subrake missing WARNING

This commit is contained in:
tlrobinson
2009-04-26 16:34:25 -07:00
parent 2f790c6503
commit dadabd899d
+1 -1
View File
@@ -79,7 +79,7 @@ def subrake(directories, task_name)
if (File.directory?(directory) && File.file?(File.join(directory, "Rakefile")))
system %{cd #{directory} && #{$serialized_env} #{$0} #{task_name}}
else
puts "subrake missing: " + directory
puts "warning: subrake missing: " + directory +" (this is not necessarily an error, "+directory+" may be optional)"
end
end
end