Skip to content

Commit

Permalink
Merge pull request aosabook#234 from r-marques/fix-fix_html_title.sh
Browse files Browse the repository at this point in the history
Removed the '' at the beginning of the sed command
  • Loading branch information
gvwilson authored Feb 11, 2017
2 parents 4b55a2e + c01e529 commit fba689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/fix_html_title.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

sed -i '' 's|<p>\(title:.*\)author:\(.*\)</p>|\1\
sed -i 's|<p>\(title:.*\)author:\(.*\)</p>|\1\
author:\2\
|' $1

0 comments on commit fba689d

Please sign in to comment.