From d26d0a45419efa6dfa3d5ff6cc746d3d2970732aee05d49bba5dd97fe07be690 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 22 May 2024 16:59:04 +0300 Subject: [PATCH] I use print everywhere here --- comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment b/comment index 7f990ed..09025ea 100755 --- a/comment +++ b/comment @@ -19,7 +19,7 @@ zstat -A ctimePrev +ctime $tmp $EDITOR $tmp zstat -A ctime +ctime $tmp [[ $ctime != $ctimePrev ]] || { - echo Aborting comment >&2 + print Aborting comment >&2 exit 0 } if [[ -s $comment ]]; then -- 2.44.0