summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-12 21:04:20 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-12 21:04:20 +0000
commit98bcedd32a4ea6531c3c50f646dc38d5dacb6d00 (patch)
tree007cb8d81ded9ca8b8c52a9ef090590c2e709276 /lang
parentUpgrade to mod_ssl 2.6.6. (diff)
Oops, this is correct.
Notes
Notes: svn path=/head/; revision=31587
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby14-irb/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby14-irb/files/patch-aa b/lang/ruby14-irb/files/patch-aa
index df2c18505d77..f2741f02ceec 100644
--- a/lang/ruby14-irb/files/patch-aa
+++ b/lang/ruby14-irb/files/patch-aa
@@ -5,7 +5,7 @@
case ch = getc
- when /[~_*$?!@/\\;,=:<>".]/ #"
-+ when /[~_*$?!@\/\;,=:<>".]/ #"
++ when /[~_*$?!@\/\\;,=:<>".]/ #"
Token(TkGVAR, "$" + ch)
when "-"
Token(TkGVAR, "$-" + getc)