kic-reference-architectures icon indicating copy to clipboard operation
kic-reference-architectures copied to clipboard

setup_venv.sh fails on macos sed

Open dekobon opened this issue 1 year ago • 0 comments

Describe the bug When running setup_venv.sh on MacOS, the script fails:

Downloading Pulumi CLI into virtual environment
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]

Expected behavior Sed should be invoked with the posix compatible flag -E instead of -r which is specific to GNU sed.

dekobon avatar Jul 21 '22 15:07 dekobon