git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32692 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -11,7 +11,7 @@ else
-npsl -nsc -nsob -saf -sai -saw -sbi0 -ss -ts8 -ut "$@"
# fix broken gettext macros:
- ls "$@" | xargs grep -l '(_$' | \
- while read file ; do sed -i -e '/(_$/{;N;s/\n[ \t]*//;}' $file ; done
+ grep -l '\<_$' "$@" | \
+ while read file ; do sed -i -e '/[( \t]_$/{;N;s/\n[ \t]*//;}' $file ; done
fi