diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-05-05 07:06:13 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-05-05 07:06:13 +0000 |
commit | df8cbfd5b9828274453c0cd1f171b2aae7af7dfe (patch) | |
tree | 5f19b80f9f1763bff4db0cb5932fe228d756477b /trunk | |
parent | d1e22aaffc3348bffa5269423c820b4cee5c10bd (diff) | |
download | simplepkg-df8cbfd5b9828274453c0cd1f171b2aae7af7dfe.tar.gz simplepkg-df8cbfd5b9828274453c0cd1f171b2aae7af7dfe.tar.bz2 |
small changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@369 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <folder> - if [ ! -z "$1" ] && [ -d "$1" ]; then + if [ -d "$1" ]; then cwd="`pwd`" cd $1 |