Skip to content

Commit 034096d

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Updated astyle to work with updated .astyleignore file
fgrep === grep -F -F treats lines as fixed strings (aka, the '^' isn't expanded)
1 parent f87a3e9 commit 034096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ matrix:
183183
- >-
184184
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
185185
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
186-
| ( fgrep -v -f .astyleignore || true ) \
186+
| ( grep -v -f .astyleignore || true ) \
187187
| while read file; do astyle -n --options=.astylerc "${file}"; done
188188
- git diff --exit-code --diff-filter=d --color
189189

0 commit comments

Comments
 (0)