oschaaf closed pull request #1607: removing the word boundary \b URL: https://github.com/apache/incubator-pagespeed-ngx/pull/1607
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/scripts/format_binary_url.sh b/scripts/format_binary_url.sh index bace6b15b..dce7466b2 100755 --- a/scripts/format_binary_url.sh +++ b/scripts/format_binary_url.sh @@ -37,4 +37,4 @@ else bit_size_name=ia32 fi -sed -e 's/$BIT_SIZE_NAME\b/'$bit_size_name'/g' $url_file +sed -e 's/$BIT_SIZE_NAME/'$bit_size_name'/g' $url_file ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
