changeset 1840:84c0476f1345

<oerjan> sed -i \'s/ exit 0;//\' bin/\'?\'
author HackBot
date Sat, 26 Jan 2013 00:31:48 +0000
parents 54eddb70c5e7
children 815fbe2140e3
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Fri Jan 25 22:06:54 2013 +0000
+++ b/bin/?	Sat Jan 26 00:31:48 2013 +0000
@@ -2,7 +2,7 @@
 topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 if [ \( "$topic" = "ngevd" \) -a \( -e wisdom/ngevd \) ];
-    then cat /dev/urandom; exit 0;
+    then cat /dev/urandom;
     elif [ -e "wisdom/$topic" ];
     then cat "wisdom/$topic";
     elif [ -e "wisdom/$topic1" ];