summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 41def58a..06ac3dde 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