Bah, removed too much in previous commit.

--HG--
extra : convert_revision : 998be8e3fc013755676c91ea2f9a1df5883cdc75
This commit is contained in:
Juan RP 2008-10-29 00:06:32 +01:00
parent 7f0b12faf8
commit 93401521f9
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ info_tmpl()
echo "pkgname: $pkgname"
echo "version: $version"
for i in "${distfiles}"; do
echo "distfile: $i"
[ -n "$i" ] && echo "distfile: $i"
done
[ -n "$checksum" ] && echo "checksum: $checksum"
echo "maintainer: $maintainer"