summaryrefslogtreecommitdiff
path: root/sample/rbc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/rbc.rb')
-rw-r--r--sample/rbc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rbc.rb b/sample/rbc.rb
index 9f1ab9443d..2c18d823a1 100644
--- a/sample/rbc.rb
+++ b/sample/rbc.rb
@@ -413,7 +413,7 @@ module BC_APPLICATION__
ch = chrs.shift
case ch
- when /[_~*$?!@/\\;,.=:<>"]/ #"
+ when /[_~*$?!@\/\\;,.=:<>"]/ #"
return
when "-"