info_tmpl(): missing quotes to evaluate $checksum.

--HG--
extra : convert_revision : 9b5917d5a82f57a992eba6b28cf5294f6af497ac
This commit is contained in:
Juan RP 2008-10-28 06:19:06 +01:00
parent 3c3dd07d3f
commit 0a71559ee4
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ info_tmpl()
[ -n "$i" ] && i=$(echo $i|sed s'|@||g') && \
echo "distfile: $i"
done
[ -n $checksum ] && echo "checksum: $checksum"
[ -n "$checksum" ] && echo "checksum: $checksum"
echo "maintainer: $maintainer"
echo "build_style: $build_style"
echo "short_desc: $short_desc"