fix function call

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@88 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-02-10 12:02:44 +00:00
parent f27d730f6a
commit 05786f729e
+1 -1
View File
@@ -54,5 +54,5 @@ def getSyncTime():
# fetch the latest updates from Gentoo rsync mirrors
def sync():
print_info(green("syncing the Portage tree at: "+etpConst['portagetreedir']))
entropyTools.spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync")
spawnCommand(vdbPORTDIR+"="+etpConst['portagetreedir']+" "+cdbEMERGE+" --sync")