info_tmpl(): missing quotes to evaluate $checksum.
--HG-- extra : convert_revision : 9b5917d5a82f57a992eba6b28cf5294f6af497ac
This commit is contained in:
parent
3c3dd07d3f
commit
0a71559ee4
2
xbps.sh
2
xbps.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue