Use quoted END in here-document

This commit is contained in:
Andrew V. Samoilov 2002-05-14 14:23:01 +00:00
parent 75693b126e
commit 4004ee1264
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if test $gettext_ver -ge 01100; then
done
# Does we need po/Makevars.in and family for gettext 0.11 ?
if test ! -e po/Makevars; then
cat > po/Makevars <<EOF
cat > po/Makevars <<\EOF
# Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE)