From b27180f0c14c1f39a2b975e057c15889ad34916a Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 17 Jan 2012 14:52:00 +0100 Subject: [PATCH] dont produce error here --- modules/local-mirror.ezmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/local-mirror.ezmod b/modules/local-mirror.ezmod index c47b91f..e56ed4a 100644 --- a/modules/local-mirror.ezmod +++ b/modules/local-mirror.ezmod @@ -10,7 +10,7 @@ ezsync_postcommit() { printInfo "Synchronizing local Portage mirror..." if [ "$(toUpper ${PORTAGE_BUILD[1]})" != "GIT" ]; then printWarn "Local mirror actually supports only GIT!" - return 1 + return 0 fi if [ -d ${LOCALMIRROR_PATH} ]; then cd ${LOCALMIRROR_PATH}