changeset 1843:3e79cad414c3

<oerjan> revert
author HackBot
date Sat, 26 Jan 2013 00:40:24 +0000
parents 8842fd6938f6
children dbc93d96b539
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sat Jan 26 00:40:12 2013 +0000
+++ b/bin/?	Sat Jan 26 00:40:24 2013 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-cd wisdom
+topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
 cd wisdom
 topic1=$(echo "$topic" | sed "s/s$//")
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];