forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stylecheck script fails on MacOS ethereum#13492
- Install GNU grep on macOS with `brew install grep` - Use GNU grep with -E option - The following errors fixed. ``` $scripts/check_style.sh ggrep: warning: stray \ before / ggrep: warning: stray \ before / ggrep: warning: * at start of expression ggrep: warning: * at start of expression ```
- Loading branch information
1 parent
b26090c
commit 0a72b2d
Showing
1 changed file
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters