Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning message: sed: 1: "base.min.css": undefined label 'ase.min.css' (on MacOS's BSD sed) #5

Open
yuw opened this issue Sep 6, 2020 · 1 comment
Labels
question Further information is requested

Comments

@yuw
Copy link

yuw commented Sep 6, 2020

Overwriting does not work properly with option -i of BSD sed (on MacOS).
I think adding option -e will give the desired behavior.

sed -i -e 's/;unicode-bidi:bidi-override//g' base.min.css
@dodeeric dodeeric added the question Further information is requested label Aug 4, 2021
@sofianhw
Copy link

sofianhw commented Dec 1, 2021

@yuw did you have any work around for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants