Release: 1.2.2
Environment
Linux (Redhat 8)
Description
There are two typos in a script when a 'make check' is run.
The script "checks/defs.inc" is missing a space on lines 102 and 104 preceeding the last bracket in the TESTs, i.e.
102c102
< if [ -f ./options]; then
> if [ -f ./options ]; then
104c104
< elif [ -f ./gpg.conf]; then
> elif [ -f ./gpg.conf ]; then
How To Repeat
./configure
make
make check
Fix
See description -- just add a couple of spaces to the tests.