Skip to content

Commit

Permalink
Version 2.9rc
Browse files Browse the repository at this point in the history
  • Loading branch information
wireghoul committed Apr 9, 2021
1 parent 82911bb commit 4e4ff33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
2.9 2021 ??? ??
2.9 2021 Apr 09
Fix for GRDIR by @micharu123
Improved C fruit rules
Improved js fruit rules
Started python fruit rules
Updated documentation
Fixed typo in dotnet rules (@0x10f2c)
Reformatted parts of graudit for readability
misc/onlyfiles.sh filescanning with only files matching globs

2.8 2020 Oct 30
Updated Electron rules
Expand Down
5 changes: 3 additions & 2 deletions graudit
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ $BINFILE --color=$color \
$excludefiles \
$icase $ignorepattern \
-n -R -H -C "$context" -E \
-f "$database" "$@" \
| sed -e"s/$(printf '\r')//g" -e"s/^\(\x1b\[.*m\x1b\[K\)--\(\x1b\[.*\x1b\[K\)$/\1##############################################\2/" -e"s/^--$/$separator/" | sed -e"$vimlines" -e"$zimlines"
-f "$database" $@ | \
sed -e"s/$(printf '\r')//g" -e"s/^\(\x1b\[.*m\x1b\[K\)--\(\x1b\[.*\x1b\[K\)$/\1##############################################\2/" -e"s/^--$/$separator/" | \
sed -e"$vimlines" -e"$zimlines"
SUCCESS=$?
export GREP_COLORS="$OLD_COLORS"
exit $SUCCESS

0 comments on commit 4e4ff33

Please sign in to comment.