changeset 1844:dbc93d96b539

<oerjan> sed -i -e \'3d\' -e \'4acd wisdom\' bin/\'?\'
author HackBot
date Sat, 26 Jan 2013 00:40:54 +0000
parents 3e79cad414c3
children 90389673c40a
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sat Jan 26 00:40:24 2013 +0000
+++ b/bin/?	Sat Jan 26 00:40:54 2013 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
+topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
-topic1=$(echo "$topic" | sed "s/s$//")
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
     then cat /dev/urandom;
     elif [ -e "$topic" ];