changeset 6944:f72b8824feb4

<oerjan> ` sed -i \'5s/"/"_/g\' bin/\\?
author HackBot
date Wed, 24 Feb 2016 05:48:22 +0000
parents af8d14be693d
children c7466b5b4d6c
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Wed Feb 24 05:44:16 2016 +0000
+++ b/bin/?	Wed Feb 24 05:48:22 2016 +0000
@@ -2,7 +2,7 @@
 topic=$(echo "$1" | lowercase | sed "s/noo\+dl/nooodl/;s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
-if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
+if [ \( "_$topic1"_ = "_ngevd"_ \) -a \( -e ngevd \) ];
     then cat /dev/urandom;
     elif [ -e "$topic" ];
     then cat "$topic" | rnooodl;