[Frugalware-git] frugalware-current: tools/getall.py: and another typo.. ; )

VMiklos vmiklos at frugalware.org
Sat Jul 21 00:44:20 CEST 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=23984a846cb63ca804a8ad2b4f234b5b35686c69

commit 23984a846cb63ca804a8ad2b4f234b5b35686c69
Author: VMiklos <vmiklos at frugalware.org>
Date:   Sat Jul 21 00:40:40 2007 +0200

tools/getall.py: and another typo.. ;)

diff --git a/tools/getall.py b/tools/getall.py
index 550e90f..defdd8d 100755
--- a/tools/getall.py
+++ b/tools/getall.py
@@ -51,7 +51,7 @@ def update(options):
os.system("git pull")
os.chdir(old)
except OSError:
-			os.system("git clone %s %s" % (url, repo))
+			os.system("git clone %s %s" % (url, local))

def usage(ret):
print __doc__


More information about the Frugalware-git mailing list