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
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
It is because sed --version returns sed (GNU sed) 4.5, where GNU Sed does not appear to be supported, or because I am not using GNU Sed correctly.
This is because I installed GNU Sed with brew install --with-default-names gnu-sed, which allows the GNU Sed binary to be run with sed or /usr/local/bin/sed, whereas if I had installed GNU Sed with brew install gnu-sed it would only allow GNU Sed binary to be run with /usr/local/bin/gsed.
The text was updated successfully, but these errors were encountered:
When this Bash script (paritytech/fether/packages/fether-electron/scripts/fixElectronBug.sh) is run with the
yarn electron
command, I get error:It is because
sed --version
returnssed (GNU sed) 4.5
, where GNU Sed does not appear to be supported, or because I am not using GNU Sed correctly.This is because I installed GNU Sed with
brew install --with-default-names gnu-sed
, which allows the GNU Sed binary to be run withsed
or/usr/local/bin/sed
, whereas if I had installed GNU Sed withbrew install gnu-sed
it would only allow GNU Sed binary to be run with/usr/local/bin/gsed
.The text was updated successfully, but these errors were encountered: