diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-06-30 15:27:15 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-06-30 15:27:15 +0200 |
commit | ed746d0b0c734c312f8bb9544f5ee40d14d929b1 (patch) | |
tree | ce388aa0869735a1f0a9c62aaa163441d496b12b | |
parent | 5099d4811bb3bdf14deedcd36b7c4d271024e835 (diff) |
Sed error on mac
-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="$(echo "$@" | sed "s/\S\+/$prefix_tags&.html/g")" - 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 } # Rebuilds tag_*.html files |