changeset 2676:ddbe0012f414

<oerjan> sed -i \'s/topic" =/topic1" =/\' bin/\'?\'
author HackBot
date Sun, 14 Apr 2013 01:59:18 +0000
parents 82e9d346a1ea
children 4520e953fa79
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Apr 14 01:28:13 2013 +0000
+++ b/bin/?	Sun Apr 14 01:59:18 2013 +0000
@@ -2,7 +2,7 @@
 topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
-if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
+if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
     then cat /dev/urandom;
     elif [ -e "$topic" ];
     then cat "$topic";