From 3f17e27be05f9a41fe044fbf5ef3c16e6d625be8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Aug 2015 09:25:07 +0100 Subject: forgot a then, StefanCristian are u sure you're using latest code? how the hell this worked for you? --- vasile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasile b/vasile index d13ac5d..ef45594 100755 --- a/vasile +++ b/vasile @@ -51,7 +51,7 @@ envkogaionstart () { mkdir distfiles mount -o bind distfiles "$overlaydir"/usr/portage/distfiles break - elif [[ -d distfiles ]] + elif [[ -d distfiles ]] ; then mount -o bind distfiles "$overlaydir"/usr/portage/distfiles break fi -- cgit v1.2.3