From: Sergey Matveev Date: Tue, 26 Mar 2024 20:56:52 +0000 (+0300) Subject: Explicit empty line separator X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2c856de48e56877b244b83fb84f8ad5c116cf025a29f2465539823f47feafd14;p=schwabrak.git Explicit empty line separator --- 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