Merge with Baron's branch, and changes as per the new spec/docs.

This commit is contained in:
Brian Fraser
2012-02-03 12:11:14 -03:00
3 changed files with 327 additions and 88 deletions

View File

@@ -129,10 +129,6 @@ for pkg in $pkgs; do
warn "$pkg_file does not exist"
continue
fi
if file_is_modified $pkg_file; then
warn "$pkg_file has uncommitted changes"
continue
fi
replace_pkg_in_tool $tmp_tool_file
if [ $? -eq 0 ]; then