Blame SOURCES/a2ps-perl.patch

f97431
diff -up a2ps-4.13/sheets/perl.ssh.perl a2ps-4.13/sheets/perl.ssh
f97431
--- a2ps-4.13/sheets/perl.ssh.perl	2007-09-26 10:30:43.000000000 +0100
f97431
+++ a2ps-4.13/sheets/perl.ssh	2007-09-26 10:47:47.000000000 +0100
f97431
@@ -106,9 +106,9 @@ operators are
f97431
     (/(s|tr)/			# 1. The command: `tr' or `s'
f97431
      /(([[:punct:]])/		# 2. The delimiter
f97431
      /(/			# 3. The *two* regexps
f97431
-     /(.|\\\\.)*/		#   First regexp
f97431
+     /(\\\\.)*/			#   First regexp
f97431
      /\\3/			#   Separator
f97431
-     /(.|\\\\.)*/		#   Second Regexp
f97431
+     /(\\\\.)*/			#   Second Regexp
f97431
      /)/			#
f97431
      /\\3)/			# Closer
f97431
      \1 Keyword_strong, \2 Plain),