Abstract out sed -i
parameter for macos in repro_common.sh
#4015
Labels
good first issue
Issues that have been deemed "easy" and excellent for new contributors
macos
Issues that affect or relate to the MAC OS
At the moment we have blocks like this in repro_common.sh:
A nicer solution would be to use multiple
-e
parameters to sed (I'm assuming that will be find on macos too) and use a variable to switch between the two parameter formats in order to avoid code duplication e.g:The text was updated successfully, but these errors were encountered: