mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 977a50ea70a234538146be877f403595729892c8
parent 96b5a28d7df09c1b9164a8a30a296473cd09d8f7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  3 Jan 2017 16:34:41 +0100

fix conditional

Diffstat:
svn-poll | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svn-poll b/svn-poll @@ -84,7 +84,7 @@ do # we notify and mute if [[ "$author" != "$USER" ]] then - if [ $HEADER -ne 0 ] + if [ $HEADER -eq 0 ] then echo "### updates on $URL ($USER) ###" HEADER="1"