You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep -P enables PCRE syntax. (This is a non-standard extension -- not even all builds of GNU grep support it, as it depends on the optional libpcre library, and whether to link this in is a compile-time option).
It would be great to replace it with some params that supported on mac os.
The text was updated successfully, but these errors were encountered:
To extract the contract address from the DEPLOYMENT_OUTPUT variable on Mac and Ubuntu, use the awk command. This solution uses awk to match lines with the FDSRegistrar deployed to: string and prints the fourth field, which should be the contract address. Here's an example:
fdp-contracts/scripts/build-image.sh
Line 26 in 1909737
this command throw an error on mac os
Info from stackoverflow
It would be great to replace it with some params that supported on mac os.
The text was updated successfully, but these errors were encountered: