summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 175c227..10cd211 100755
--- a/abuild.in
+++ b/abuild.in
@@ -219,7 +219,7 @@ sanitycheck() {
md5check() {
local dummy f endreturnval originalparams origin file
- if [ -z "$source" ]; then
+ if [ -z "$source" ] && [ -z "$md5sums" ]; then
return 0
fi
if [ -z "$md5sums" ]; then