Skip to content

Commit

Permalink
Modify usage of sed to be compatible with macOS (faheel#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingAkeem authored and faheel committed May 14, 2018
1 parent 69dd72f commit be54071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ do
done

# delete includes for non-standard header files from the release file
sed -i "/#include \"*\"/d" "$release_file"
sed "/#include \"*\"/d" "$release_file" > "$release_file.tmp"
mv "$release_file.tmp" "$release_file"

0 comments on commit be54071

Please sign in to comment.