главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2014-06-30 09:06:54 +0200
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2014-06-30 09:06:54 +0200
commit44ec89ae2c4ef99ca2e418a3d809029f95f0a727 (patch)
treeba3440d51f1725884efc9b8b15d06b87078bb870 /bb.sh
parent8e6d61539ff6f8d3fffb95d59a90539571aac76c (diff)
Manual fix for #54
Diffstat (limited to 'bb.sh')
-rwxr-xr-xbb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.sh b/bb.sh
index d9b852c..a16679c 100755
--- a/bb.sh
+++ b/bb.sh
@@ -785,7 +785,7 @@ tags_in_post() {
# Prints one line with space-separated tags to stdout
posts_with_tags() {
[ $# -lt 1 ] && return
- tag_files="$(echo "$@" | sed "s/\S\+/tag_&.html/g")"
+ tag_files="$(echo "$@" | sed "s/\S\+/$prefix_tags_&.html/g")"
sed -n '/^<h3><a class="ablack" href="[^"]*">/{s/.*href="\([^"]*\)">.*/\1/;p}' $tag_files
}