From 2c856de48e56877b244b83fb84f8ad5c116cf025a29f2465539823f47feafd14 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 26 Mar 2024 23:56:52 +0300 Subject: [PATCH] Explicit empty line separator --- comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment b/comment index f4784bd..3b4e3de 100755 --- a/comment +++ b/comment @@ -13,7 +13,7 @@ comment=issues/$issue/comment local tmp=`mktemp` trap "rm -f $tmp" HUP PIPE INT QUIT TERM EXIT -$PERL -npe 's/^/# /' < $comment > $tmp +{ $PERL -npe 's/^/# /' < $comment ; print } > $tmp zmodload -F zsh/stat b:zstat zstat -A ctimePrev +ctime $tmp $EDITOR $tmp -- 2.48.1