Added missing space to fix search with day

master
Keith Irwin 2021-08-03 19:02:56 -06:00
parent 121d0e9d0b
commit 32cc66e6b3
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

2
gdead
View File

@ -47,7 +47,7 @@ if [ "$YYYY" != "" ]; then
YYYY1="$YYYY"; YYYY2="$YYYY"
if [ "$MM" != "" ]; then
MM1="$MM"; MM2="$MM"
if ["$DD" != "" ]; then
if [ "$DD" != "" ]; then
DD1="$DD"; DD2="$DD"
fi
fi