# HG changeset patch # User HackBot # Date 1359279488 0 # Node ID e4afc16c50667d9ba031c639ad36250a00510c69 # Parent 50351e052ee21c79b858b5eb6767b4a175269171 sed -ie \'s, | cat$,;,\' bin/\\? diff -r 50351e052ee2 -r e4afc16c5066 bin/? --- a/bin/? Sun Jan 27 09:36:34 2013 +0000 +++ b/bin/? Sun Jan 27 09:38:08 2013 +0000 @@ -3,7 +3,7 @@ topic1=$(echo "$topic" | sed "s/s$//") cd wisdom if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ]; - then iconv -f UTF-16 -t UTF-8 -c /dev/urandom | cat + then iconv -f UTF-16 -t UTF-8 -c /dev/urandom; elif [ -e "$topic" ]; then cat "$topic"; elif [ -e "$topic1" ]; diff -r 50351e052ee2 -r e4afc16c5066 bin/?e --- a/bin/?e Sun Jan 27 09:36:34 2013 +0000 +++ b/bin/?e Sun Jan 27 09:38:08 2013 +0000 @@ -3,7 +3,7 @@ topic1=$(echo "$topic" | sed "s/s$//") cd wisdom if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ]; - then iconv -f UTF-16 -t UTF-8 -c /dev/urandom + then iconv -f UTF-16 -t UTF-8 -c /dev/urandom | cat elif [ -e "$topic" ]; then cat "$topic"; elif [ -e "$topic1" ];