changeset 4288:abb75d738ee1

<shachaf> sed -i \'2s/no/noo/\' bin/\\?
author HackBot
date Tue, 14 Jan 2014 01:02:21 +0000
parents 42ab57044a8e
children 18ef7c1807f8
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Tue Jan 14 00:55:58 2014 +0000
+++ b/bin/?	Tue Jan 14 01:02:21 2014 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-topic=$(echo "$1" | lowercase | sed "s/no\+dl/nooodl/;s/ *$//")
+topic=$(echo "$1" | lowercase | sed "s/noo\+dl/nooodl/;s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];