use bash for readme script because templates are bash
This commit is contained in:
parent
8877df87df
commit
67125bacbe
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
cd "${0%/*}" || exit 1
|
||||
output=../README.md
|
||||
|
@ -11,5 +11,5 @@ cat ./INCLUDED.md >>$output
|
|||
for item in ../srcpkgs/*; do
|
||||
. $item/template
|
||||
echo "- $pkgname - $short_desc" >>$output
|
||||
echo "\t- v$version - $homepage" >>$output
|
||||
echo -e "\t- v$version - $homepage" >>$output
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue