projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3642eb3
)
Make the ecompressdir vecho output show a leading / on
author
Zac Medico
<zmedico@gentoo.org>
Sat, 29 Dec 2007 17:41:18 +0000
(17:41 -0000)
committer
Zac 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
patch
|
blob
|
history
diff --git
a/bin/ecompressdir
b/bin/ecompressdir
index 60bc6986b10b8ea7dbbbf23ecf4c446b21c203c7..b65bd275a705ab5580c62b3c5185295546dab8a3 100755
(executable)
--- 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