diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8639fc90b..4a4da6f62 100644 --- a/configure.ac +++ b/configure.ac @@ -470,7 +470,7 @@ is intended for making fat binary builds on OS X. */ # define GNUPG_HOMEDIR "c:\\\\gnupg" #else # ifdef __VMS -# define GNUPG_HOMEDIR "/SYS\$LOGIN/gnupg" +# define GNUPG_HOMEDIR "/SYS$LOGIN/gnupg" # else # define GNUPG_HOMEDIR "~/.gnupg" # endif |