Merge remote-tracking branch 'upstream/master'
This commit is contained in:
3
todo.sh
3
todo.sh
@@ -500,7 +500,8 @@ replaceOrPrepend()
|
||||
fixMissingEndOfLine()
|
||||
{
|
||||
# Parameters: $1: todo file; empty means $TODO_FILE.
|
||||
sed -i.bak -e '$a\' "${1:-$TODO_FILE}"
|
||||
todo_path="${1:-$TODO_FILE}"
|
||||
[[ -f $todo_path && $(tail -c1 "$todo_path") ]] && echo "" >> "$todo_path"
|
||||
}
|
||||
|
||||
uppercasePriority()
|
||||
|
||||
Reference in New Issue
Block a user