From c198e50ec6d47017216add051edeed6b807440f5 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 27 Nov 2008 20:19:24 +0000 Subject: fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@550 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/lib') 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`" -- cgit v1.2.3