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:
committed by
Otto van der Schaaf
parent
ced02f1821
commit
f73a591738
@@ -37,4 +37,4 @@ else
|
|||||||
bit_size_name=ia32
|
bit_size_name=ia32
|
||||||
fi
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user