From a8b4b1f90d9880a900daf6c4c608244664cf8974 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 28 Dec 2022 21:07:44 +0300 Subject: [PATCH] Raise copyright years --- t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.44.0