Make this error string a bit shorter.
This commit is contained in:
parent
598937cc06
commit
aee97c855d
1 changed files with 1 additions and 1 deletions
|
@ -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!!!
|
||||||
|
|
Loading…
Add table
Reference in a new issue