From a7c1d928d99d847007ca5e2f4d5bb093e9373bef Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 19 Jan 2009 16:48:58 +0000 Subject: another fix at sync_repo git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@759 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 93ebeb1..40306b7 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -654,7 +654,7 @@ function sync_repo { local folder url cwd folder="$1" - url="$1" + url="$2" cwd="`pwd`" mkdir -p $folder -- cgit v1.2.3