aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-05-05 07:06:13 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-05-05 07:06:13 +0000
commitdf8cbfd5b9828274453c0cd1f171b2aae7af7dfe (patch)
tree5f19b80f9f1763bff4db0cb5932fe228d756477b
parentd1e22aaffc3348bffa5269423c820b4cee5c10bd (diff)
downloadsimplepkg-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
-rw-r--r--trunk/lib/common.sh2
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