changeset 4941:dd3a2d8816d2

<oerjan> revert 4933
author HackBot
date Tue, 30 Sep 2014 00:16:13 +0000
parents 263726a8b001
children cf3f050b6116
files bin/learn_append
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/learn_append	Tue Sep 30 00:15:20 2014 +0000
+++ b/bin/learn_append	Tue Sep 30 00:16:13 2014 +0000
@@ -2,5 +2,4 @@
 topic=$(echo "$1" | lowercase | sed 's/^\(an\?\|the\) //;s/s\? .*//')
 stuff=$(echo "$1" | cut -d' ' -f2-)
 echo "$stuff" >>"wisdom/$topic"
-fmt -w1000 "wisdom/$topic"
 echo "I knew that."