From a07c3e9f7b5e9a162253fe6419ec47f108086174 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 16 Dec 2010 22:07:39 -0700 Subject: [PATCH] Make note sender more verbose --- notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes b/notes index e9c5de2..d4aab52 100755 --- a/notes +++ b/notes @@ -16,7 +16,7 @@ case "$text" in what=${args#* } when=$(date) - echo "($when) <$sender> $what" >> $db/$who + echo "($when) <$prefix> $what" >> $db/$who echo "Okay, $sender, I've left $who a note." ;; esac