commit:     556da871e4b867337d3c673e58acecb9d927e6eb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 15:50:45 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 15:50:45 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=556da871

compile_fuse(): Show message when bincache was used

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_compile.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 5c402c8..0f32b13 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -785,9 +785,10 @@ compile_fuse() {
 }
 
 compile_unionfs_fuse() {
-       if [ ! -f "${UNIONFS_FUSE_BINCACHE}" ]
+       if [ -f "${UNIONFS_FUSE_BINCACHE}" ]
        then
-
+               print_info 1 "$(getIndent 3)unionfs-fuse: Using cache"
+       else
                # We'll call compile_fuse() from here, since it's not needed 
directly by anything else
                compile_fuse
 

Reply via email to