Bah, removed too much in previous commit.
--HG-- extra : convert_revision : 998be8e3fc013755676c91ea2f9a1df5883cdc75
This commit is contained in:
parent
7f0b12faf8
commit
93401521f9
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
xbps.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue