From c01e529e1bcdebb77490f0a929be42722b355574 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Thu, 21 Jul 2016 23:12:41 +0200 Subject: [PATCH] Removed the '' at the beginning of the sed command --- _build/fix_html_title.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/fix_html_title.sh b/_build/fix_html_title.sh index 3f00e673f..e92ddd4c7 100755 --- a/_build/fix_html_title.sh +++ b/_build/fix_html_title.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -sed -i '' 's|

\(title:.*\)author:\(.*\)

|\1\ +sed -i 's|

\(title:.*\)author:\(.*\)

|\1\ author:\2\ |' $1