summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ab
blob: f6520c3c670a938001c9aa1e392bc2b913d63de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ab,v 1.19 2003/08/09 08:11:30 heinz Exp $

--- checks/defs.inc.orig	Thu May  1 15:17:46 2003
+++ checks/defs.inc
@@ -99,9 +99,9 @@ pgmname=`basename $0`
 [ -z "$srcdir" ] && fatal "not called from make"
 
 # Make sure we have a valid option files even with VPATH builds.
-if [ -f ./options]; then
+if [ -f ./options ]; then
   :
-elif [ -f ./gpg.conf]; then
+elif [ -f ./gpg.conf ]; then
   :
 elif [ -f $srcdir/options ]; then
   cat $srcdir/options >gpg.conf
@@ -112,4 +112,4 @@ GPG="../g10/gpg --homedir . "
 exec 2> ${pgmname}.log
 
 :
-# end
\ No newline at end of file
+# end