gitweb: fix test for $home_text file
commit393b7a7df8688e5315612bf5d153032dd9104df4
authorKyle J. McKay <mackyle@gmail.com>
Sat, 11 Apr 2015 08:04:20 +0000 (11 01:04 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 11 Apr 2015 08:04:20 +0000 (11 01:04 -0700)
tree53cfd88eba792a5cf281fbd4528bfff63e9fbd4c
parentb7efe2456ad2b89d49bf137c328424a5e6a4fb91
gitweb: fix test for $home_text file

Using not instead of ! completely changed the evaluation
of the expression due to differing operator precedence
causing an attempt to insert a non-existent $home_text
file.

Replace 'not ' with '!' to get the correct expression
evaluation result.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl