summaryrefslogtreecommitdiffstats
path: root/bin/ecompressdir
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-29 17:41:18 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-29 17:41:18 +0000
commit431222f445b053700abaee15286124fa5714c231 (patch)
tree222173c73a5e2f06720d2eb5f2d143f3817c6a91 /bin/ecompressdir
parent3642eb3a530dc30ece59fd6601d1c24ae5b5d813 (diff)
downloadportage-431222f445b053700abaee15286124fa5714c231.tar.gz
portage-431222f445b053700abaee15286124fa5714c231.tar.bz2
portage-431222f445b053700abaee15286124fa5714c231.zip
Make the ecompressdir vecho output show a leading / on
the directory path. Thanks to armin76. svn path=/main/trunk/; revision=9111
Diffstat (limited to 'bin/ecompressdir')
-rwxr-xr-xbin/ecompressdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ecompressdir b/bin/ecompressdir
index 60bc6986b..b65bd275a 100755
--- a/bin/ecompressdir
+++ b/bin/ecompressdir
@@ -125,7 +125,7 @@ for dir in "$@" ; do
# now lets do our work
[[ -z ${suffix} ]] && continue
- vecho "${0##*/}: $(ecompress --bin) ${actual_dir#${D}}"
+ vecho "${0##*/}: $(ecompress --bin) /${actual_dir#${D}}"
funk_up_dir "compress" "${suffix}" "ecompress"
# finally, restore the skipped stuff