svn path=/trunk/gentoolkit/; revision=763
2010-03-31: Christian Ruppert <idl0r@gentoo.org>
* epkginfo: Fix epkginfo to handle ambiguous package names.
+ * revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it.
2010-03-09: Paul Varner <fuzzyray@gentoo.org>
* gentoolkit: Add inital py3k support.
progress $((++i)) $numFiles $target_file ||
progress $((++i)) $numFiles
done
- if [[ $SEARCH_BROKEN ]]; then
+ if [[ $SEARCH_BROKEN && -f $ERRORS_FILE ]]; then
# Look for missing version
while read target_file; do
echo "obj $target_file" >> "$BROKEN_FILE"