2
0
Fork 0

dont produce error here

Dieser Commit ist enthalten in:
belliash 2012-01-17 14:52:00 +01:00
Ursprung cfa8f991ce
Commit b27180f0c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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}