mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Use gsed for spellchecking on macOS; ignore inline ‘replys’ spell check
This commit is contained in:
parent
2c4b3bbf21
commit
b3e1aba1cd
@ -52,7 +52,7 @@ shift $(expr $OPTIND - 1)
|
||||
|
||||
if [ $# -ne 0 ]; then
|
||||
EXCLUDE=$(${GP}sed -e 's/\s*#.*$//' -e '/^\s*$/d' $AGIGNORE | tr '\n' '|' | ${GP}sed -e 's/|$//')
|
||||
INPUTFILES=$(echo $@ | tr -s '[[:blank:]]' '\n' | egrep -iv "$EXCLUDE" | tr '\n' ' ' )
|
||||
INPUTFILES=$(echo $@ | tr -s '[[:blank:]]' '\n' | ${GP}egrep -iv "$EXCLUDE" | tr '\n' ' ' )
|
||||
if [[ -z $INPUTFILES ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
@ -5831,7 +5831,7 @@ repetions:repetitions
|
||||
repid:rapid
|
||||
replacable:replaceable
|
||||
replacments:replacements
|
||||
replys:replies
|
||||
replys:replies:*
|
||||
reponse:response
|
||||
reponses:responses
|
||||
reponsibilities:responsibilities
|
||||
|
Loading…
x
Reference in New Issue
Block a user