diff options
-rwxr-xr-x | trunk/src/mkbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index d6f007d..5466b18 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -737,7 +737,7 @@ function file_metainfo { if [ ! -e "$file" ]; then echo "$file_type `basename $file` " # end space is important - [ $VERBOSE -eq $on ] && echo "Adding blank information for $file on Manifest. Please fix this." + return fi for algo in md5 sha1 sha256 sha512 rmd160; do |