From: Sergey Matveev Date: Wed, 28 Dec 2022 18:07:44 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.stargrave.org/?p=t.git;a=commitdiff_plain;h=a8b4b1f90d9880a900daf6c4c608244664cf8974 Raise copyright years --- diff --git a/t b/t index ed74f30..d6c5e57 100755 --- a/t +++ b/t @@ -1,6 +1,6 @@ #!/usr/bin/env zsh # t -- simple notes manager -# Copyright (C) 2013-2022 Sergey Matveev +# Copyright (C) 2013-2023 Sergey Matveev # Current version is written on zsh. Previous was on POSIX shell. # # Usage: @@ -51,7 +51,7 @@ get_note() { [[ ${#line} -le 70 ]] || print -n "... " lines=$(wc -l < $note) printf "(%d)\n" $lines - ctr=$(( ctr + 1 )) + (( ctr = ctr + 1 )) } exit }