removing the word boundary \b (#1607)

because of the word boundary \b sed fails to replace $BIT_SIZE_NAME from the binary url in macOS
This commit is contained in:
Dibyendu Das
2018-11-28 03:59:25 -05:00
committed by Otto van der Schaaf
parent ced02f1821
commit f73a591738
+1 -1
View File
@@ -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