diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 16:48:58 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 16:48:58 +0000 |
commit | a7c1d928d99d847007ca5e2f4d5bb093e9373bef (patch) | |
tree | 9d9617563dd523239796628825150ad95adf9fe6 | |
parent | d398afea4d20e4a230a0712736484138254eeb24 (diff) | |
download | simplepkg-a7c1d928d99d847007ca5e2f4d5bb093e9373bef.tar.gz simplepkg-a7c1d928d99d847007ca5e2f4d5bb093e9373bef.tar.bz2 |
another fix at sync_repo
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@759 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |