diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-07-03 16:07:05 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-07-03 16:07:05 +0200 |
commit | 63f17fa9f2d7277ec25724bf9757c439deaf7480 (patch) | |
tree | b9870bece36f0c5f09a667ec1cf8e14b564493e8 /bb.sh | |
parent | db4eb3c6c2cc17a135f27bcdc479d0a2899f33ae (diff) |
Hide warning message in sed
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -786,7 +786,7 @@ tags_in_post() { posts_with_tags() { [ $# -lt 1 ] && return tag_files="$(for i in $@; do echo -n $prefix_tags""$i.html" "; done)" - sed -n '/^<h3><a class="ablack" href="[^"]*">/{s/.*href="\([^"]*\)">.*/\1/;p;}' $tag_files + sed -n '/^<h3><a class="ablack" href="[^"]*">/{s/.*href="\([^"]*\)">.*/\1/;p;}' $tag_files 2> /dev/null } # Rebuilds tag_*.html files |