chiark / gitweb /
finish
[version-charset-test.git] / escape
diff --git a/escape b/escape
index cd2655fbb2337db277cfa9824bdff35284bb3ba5..3712b1181dae0c212366edf202bc132c621f055c 100755 (executable)
--- a/escape
+++ b/escape
@@ -2,4 +2,4 @@
 use strict;
 
 y/:~/%_/;
-s/\.(?=\.|$|lock$)/.#/;
+s/\.(?=\.|$|lock$)/.#/g;