ckeditor / ckeditor4-presets

CKEditor 4 presets builder.
18 stars 27 forks source link

`bc` command is not available on Windows #74

Closed przemyslaw-zan closed 1 year ago

przemyslaw-zan commented 1 year ago

bc command used here is not available on Windows, and causes the script to throw an error.

https://github.com/ckeditor/ckeditor4-presets/blob/0810ebc3383c42289085e7b19772bcb814c46765/build.sh#L148

przemyslaw-zan commented 1 year ago

Some additional context: I was using bash that comes with Git for Windows.

The fix for windows is as follows:

bc should now be available within bash.