mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
* defs.inc: Fix shell warning messages.
This commit is contained in:
parent
620afaecb5
commit
1855498166
@ -1,3 +1,7 @@
|
||||
2003-05-02 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* defs.inc: Fix shell warning messages.
|
||||
|
||||
2003-05-01 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* defs.inc (pgmname): Make sure there is a valid options file.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user