From: Zac Medico Date: Sat, 29 Dec 2007 17:41:18 +0000 (-0000) Subject: Make the ecompressdir vecho output show a leading / on X-Git-Tag: v2.2_pre1~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=431222f445b053700abaee15286124fa5714c231;p=portage.git Make the ecompressdir vecho output show a leading / on the directory path. Thanks to armin76. svn path=/main/trunk/; revision=9111 --- 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