code: plan9front

Download patch

ref: c856165c90201614ce766433a2e1224cf71db695
parent: 9672be80e84cb3253dc999fbaa5dbc7913a17e0e
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jul 31 15:41:27 EDT 2022

git/commit: fix typo in if statement

--- a/sys/src/cmd/git/commit
+++ b/sys/src/cmd/git/commit
@@ -101,7 +101,7 @@
 }
 
 fn sigexit{
-	if(~ ! $#msgfile 0)
+	if(! ~ $#msgfile 0)
 		rm -f $msgfile $msgfile.tmp
 }