diff bin/addquote @ 2113:1c1429d055bc

<ais523> revert 3
author HackBot
date Wed, 13 Feb 2013 00:16:35 +0000
parents c091565553db
children 7914d7e0b500
line wrap: on
line diff
--- a/bin/addquote	Wed Feb 13 00:12:50 2013 +0000
+++ b/bin/addquote	Wed Feb 13 00:16:35 2013 +0000
@@ -1,4 +1,4 @@
 #!/bin/sh
 [ "$1" ] || exit 1
 printf "%s\n" "$1" >>quotes
-printf "%d) %s" $(qc | cut -d' ' -f1) "$1"
+echo $(qc | cut -d' ' -f1)") $1"