changeset 4935:9e1eab34dcfe

<oerjan> revert
author HackBot
date Tue, 30 Sep 2014 00:11:50 +0000
parents 9f07ce51c124
children e0f2e3b3a5b9
files bin/learn_append
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/learn_append	Tue Sep 30 00:11:21 2014 +0000
+++ b/bin/learn_append	Tue Sep 30 00:11:50 2014 +0000
@@ -1,6 +1,5 @@
 #!/bin/bash
 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
 stuff=$(echo "$1" | cut -d' ' -f2-)
-echo " $stuff" >>"wisdom/$topic"
-fmt -w "wisdom/$topic"
+echo "$stuff" >>"wisdom/$topic"
 echo "I knew that."