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
* Fix#648: make xpi doesn't work
* Supply arguments to sed in Makefile more compatibly
Having an explicit empty string argument to sed’s '-i' option prevents
subsequent tokens from being mis-interpreted on the BSD flavour of sed
where the argument to '-i' is non-optional.
BSD is flexible about whitespace between the option and its argument but
GNU allows none, so cater to the latter by using sed -i''.
More properly fixes#648
0 commit comments