Skip to content

Fix #82: Replace bc with expr

Raymond Toy requested to merge rtoy-issue-82-replace-bc into master

expr is more commonly installed than bc so reduce the number of required dependencies and just use expr.

Merge request reports