From aee97c855d2732d35b0b802db77249a939078141 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 17 Apr 2014 07:40:41 -0400 Subject: [PATCH] Make this error string a bit shorter. --- calendar-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar-run.sh b/calendar-run.sh index 5a4e2a8..9daa8ed 100755 --- a/calendar-run.sh +++ b/calendar-run.sh @@ -19,7 +19,7 @@ remove_lock() { exit 0 } remove_lock_and_fail() { - echo '${color5}' $! $# 'Failure in' $0 ': Aborting!' + echo '${color5}' $! $# 'Fail in' $0 ': Aborting!' /bin/rm -f ~/.running-calendar } # It's a TRAP!!!