From 934e5dc5a580f850310c90241804f6fce7f36498 Mon Sep 17 00:00:00 2001 From: Kurt H Maier Date: Fri, 6 Apr 2012 16:36:28 -0400 Subject: [PATCH] rc stands for 'run commands.' this has the phrase 'man' in it and is therefore unsuitable for feminize(1). use sed instead. --- rc/bin/feminize | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rc/bin/feminize b/rc/bin/feminize index 30228bb71..de5767ff5 100755 --- a/rc/bin/feminize +++ b/rc/bin/feminize @@ -1,3 +1,5 @@ -#!/bin/rc +#!/bin/sed -f -exec sed 's/ [aeiou]n([a-z][a-z][a-z])/ man\1/; s/ [a-z]em([a-z][a-z][a-z])/ fem\1/; s/ [aeiou]m/ fem/;' +s/ [aeiou]n([a-z][a-z][a-z])/ man\1/ +s/ [a-z]em([a-z][a-z][a-z])/ fem\1/ +s/ [aeiou]m/ fem/