Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit f73a591

Browse files
dibyenduoschaaf
authored andcommitted
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
1 parent ced02f1 commit f73a591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format_binary_url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ else
3737
bit_size_name=ia32
3838
fi
3939

40-
sed -e 's/$BIT_SIZE_NAME\b/'$bit_size_name'/g' $url_file
40+
sed -e 's/$BIT_SIZE_NAME/'$bit_size_name'/g' $url_file

0 commit comments

Comments
 (0)