Kaydet (Commit) 44067f6f authored tarafından Jan Holesovsky's avatar Jan Holesovsky

rename-sw-abbreviations.sh: Avoid changing itself.

Change-Id: Ifbcd57a6ecbea67eefc89c2bbd72967b683362a3
üst c4e59041
......@@ -37,7 +37,7 @@ for I in "SvxSwAutoFmtFlags/SvxSwAutoFormatFlags" "GetCharFmtName/GetCharFormatN
"etTxtSize/etTextSize"
do
S="${I%/*}"
git grep -l "$S" | grep -v '\.mk' | xargs sed -i "s/$I/g"
git grep -l "$S" | grep -v -e '\.mk' -e 'rename-sw-abbreviations.sh' | xargs sed -i "s/$I/g"
done
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment