From df8cbfd5b9828274453c0cd1f171b2aae7af7dfe Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 5 May 2007 07:06:13 +0000 Subject: small changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@369 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/lib') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 47bd037..aa6a8d7 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -635,7 +635,7 @@ function gen_md5_checksums { # generate CHECKSUMS.md5 # usage: gen_md5_checksums - if [ ! -z "$1" ] && [ -d "$1" ]; then + if [ -d "$1" ]; then cwd="`pwd`" cd $1 -- cgit v1.2.3