From 59f296ffb4131d05e34abdff2f5bc927010fc31e Mon Sep 17 00:00:00 2001 From: seki Date: Sat, 15 Oct 2005 10:57:50 +0000 Subject: [PATCH] typo fixed, again. thanks, Doug Kearns. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ bin/erb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e5a36bdf7d..ebb53ebc3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 15 19:51:29 2005 Masatoshi SEKI + + * bin/erb: typo fixed, again. thanks, Doug Kearns. + Fri Oct 14 23:09:31 2005 Nobuyoshi Nakada * win32/Makefile.sub (MKFILES): update MKFILES if configure files get diff --git a/bin/erb b/bin/erb index 3405e15322..32f8102ecf 100755 --- a/bin/erb +++ b/bin/erb @@ -107,7 +107,7 @@ class ERB -K [kcode] specify KANJI code-set -S [safe_level] set $SAFE (0..4) -T [trim_mode] specify trim_mode (0..2, -) - -P disregard the lin which starts in "%" + -P ignore lines which start with "%" EOU exit 1 end