summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-09-19 17:40:06 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-09-19 17:40:06 +0000
commit6a731df21640ace8d575839403823fa957f9a60f (patch)
treed70f38a27ca951fac4ce53ca448de38513cd1204 /trunk/src
parent4720eadffd58ac3c799a2f79f8623c48558bb32a (diff)
downloadgentoolkit-6a731df21640ace8d575839403823fa957f9a60f.tar.gz
Fix echo_v -n -e "\n $target_file -> (none)" statement
svn path=/; revision=444
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild-rewrite2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
index a62257b..19de90d 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
+++ b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
@@ -626,7 +626,7 @@ get_packages() {
else
ewarn " !!! $target_file not owned by any package is broken !!!"
echo "$target_file -> (none)" >> $LIST.4_package_owners
- echo_v -n -e "\n $target_file -> (none)"
+ echo_v " $target_file -> (none)"
fi
done < "$LIST.3_rebuild"
einfo "Generated new $LIST.4_packages_raw and $LIST.4_package_owners"