Made status command use grep instead of head & tail

This commit is contained in:
Nathan Broadbent
2011-10-20 12:02:54 +08:00
parent 63e5904cee
commit 3f37f8f53d
2 changed files with 3 additions and 2 deletions

View File

@@ -156,5 +156,6 @@ end
end
end
print "@@filelist@@::"
puts @output_files.map{|f| File.join(@project_root, f) }.join("|")