Make this error string a bit shorter.

This commit is contained in:
Bradley M. Kuhn 2014-04-17 07:40:41 -04:00
parent 598937cc06
commit aee97c855d

View file

@ -19,7 +19,7 @@ remove_lock() {
exit 0 exit 0
} }
remove_lock_and_fail() { remove_lock_and_fail() {
echo '${color5}' $! $# 'Failure in' $0 ': Aborting!' echo '${color5}' $! $# 'Fail in' $0 ': Aborting!'
/bin/rm -f ~/.running-calendar /bin/rm -f ~/.running-calendar
} }
# It's a TRAP!!! # It's a TRAP!!!