From: rhatto Date: Thu, 27 Nov 2008 20:19:24 +0000 (+0000) Subject: fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c198e50ec6d47017216add051edeed6b807440f5;p=simplepkg.git fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@550 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index ff92f45..944e39a 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -781,8 +781,8 @@ function update_md5_checksum { if [ -z "$2" ] || [ ! -d "$1" ] || [ ! -f "$1/$2" ]; then return 1 else - file="$1" - folder="$2" + file="$2" + folder="$1" fi CWD="`pwd`"