diff options
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 |