diff options
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/lib/common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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`" |