From: rhatto Date: Sat, 5 May 2007 07:06:13 +0000 (+0000) Subject: small changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=df8cbfd5b9828274453c0cd1f171b2aae7af7dfe;p=simplepkg.git small changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@369 04377dda-e619-0410-9926-eae83683ac58 --- 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