# HG changeset patch # User HackBot # Date 1359160308 0 # Node ID 84c0476f1345ba7772087b5eb9be8dbfcfca5b27 # Parent 54eddb70c5e711ce74a09372a8598a3bfc929756 sed -i \'s/ exit 0;//\' bin/\'?\' diff -r 54eddb70c5e7 -r 84c0476f1345 bin/? --- 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" ];