aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rat-cursors/to-text
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rat-cursors/to-text')
-rwxr-xr-xdoc/rat-cursors/to-text3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rat-cursors/to-text b/doc/rat-cursors/to-text
index 91f6e6e..dc7007c 100755
--- a/doc/rat-cursors/to-text
+++ b/doc/rat-cursors/to-text
@@ -1,6 +1,5 @@
#!/bin/sh -e
sed 's/\(.\) /\1\1/g' | sed 's/\./ /g' | sed 's/@/X/g' |
- sed 's/ $//g' | sed 's/ $//g' |
- sed 's/ $//g' | sed 's/ $//g' | sed 's/ $//g'
+ sed 's/ \+$//g'