mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/textadept: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1a0342f28
commit
44003f4e92
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ if [ -e /usr/bin/markdown-it ]; then
|
|||
sed -i 's/markdown -f toc -T/markdown-it/;s/read\(..\)a/read\1*a/;s/:match.*ul.*//' $FILL_LAYOUT
|
||||
|
||||
pushd $PKG/usr/share/$PRGNAM/docs
|
||||
for file in `ls *.md`; do
|
||||
cat _layouts/default.html | $LUA $FILL_LAYOUT $file > `basename -s .md $file`.html
|
||||
for file in $( ls *.md ); do
|
||||
cat _layouts/default.html | $LUA $FILL_LAYOUT $file > $( basename -s .md $file ).html
|
||||
done
|
||||
rm _layouts/default.html
|
||||
rmdir _layouts
|
||||
|
|
Loading…
Reference in a new issue