Make the ecompressdir vecho output show a leading / on
authorZac Medico <zmedico@gentoo.org>
Sat, 29 Dec 2007 17:41:18 +0000 (17:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 29 Dec 2007 17:41:18 +0000 (17:41 -0000)
the directory path. Thanks to armin76.

svn path=/main/trunk/; revision=9111

bin/ecompressdir

index 60bc6986b10b8ea7dbbbf23ecf4c446b21c203c7..b65bd275a705ab5580c62b3c5185295546dab8a3 100755 (executable)
@@ -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