Show full path when auto-merging
authorMarius Mauch <genone@gentoo.org>
Wed, 19 Jul 2006 09:57:31 +0000 (09:57 -0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 19 Jul 2006 09:57:31 +0000 (09:57 -0000)
svn path=/main/trunk/; revision=3929

bin/etc-update

index 41def58a1f8e48f74af342c72e89deebdd83d47e..06ac3ddefa92ed81e94d9a35e995b2ef0ac3729e 100755 (executable)
@@ -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