diff options
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |