changeset 2716:bb8aae82db7c

<shachaf> sed -i \'s/tr A-Z a-z/lowercase/\' bin/\\?
author HackBot
date Sun, 14 Apr 2013 21:48:12 +0000
parents 483baaae03c2
children 231ca1c36641
files bin/?
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Apr 14 21:47:48 2013 +0000
+++ b/bin/?	Sun Apr 14 21:48:12 2013 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
+topic=$(echo "$1" | lowercase | sed "s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];