summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-07-19 09:57:31 +0000
committerMarius Mauch <genone@gentoo.org>2006-07-19 09:57:31 +0000
commit3ae45027783c90420579143bfbf72476ac232aea (patch)
treeff3b388a68783e49fde3d096896b77b7cb08039b /bin/etc-update
parentbdf5429e24956997147e28fe71af5903b8e04e8c (diff)
downloadportage-3ae45027783c90420579143bfbf72476ac232aea.tar.gz
portage-3ae45027783c90420579143bfbf72476ac232aea.tar.bz2
portage-3ae45027783c90420579143bfbf72476ac232aea.zip
Show full path when auto-merging
svn path=/main/trunk/; revision=3929
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index 41def58a1..06ac3ddef 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -71,7 +71,7 @@ function scan() {
MATCHES=1
fi
if [[ "${MATCHES}" == "1" ]]; then
- echo "Automerging trivial changes in: ${rfile:10}"
+ echo "Automerging trivial changes in: ${rpath}/${rfile:10}"
mv ${rpath}/${rfile} ${rpath}/${rfile:10}
continue
else