summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-12-13 18:51:14 -0700
committerEduardo Chappa <chappa@washington.edu>2022-12-13 18:51:14 -0700
commita809f07ffdc447dd9adc4c4514254b9edefdf72c (patch)
tree05c5f3e3e812d70106db1674270c1d4f5b7eb7e5
parent3a71b12e2c502f05350b170b537b5b6adb981cdc (diff)
downloadalpine-a809f07ffdc447dd9adc4c4514254b9edefdf72c.tar.xz
* Fix to the configure script to not to use the password file set up
in a Mac OS. With assistance from Jerry.
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--pith/pine.hlp2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 5d29dc3b..17ca491a 100755
--- a/configure
+++ b/configure
@@ -19117,7 +19117,7 @@ fi
-if test -z "$alpine_PASSFILE" -a "alpine_cache_os_method" = "no" ; then
+if test -z "$alpine_PASSFILE" -a "$alpine_cache_os_method" = "no" ; then
if test -z "$alpine_SYSTEM_PASSFILE" ; then
alpine_PASSFILE=".alpine.pwd"
else
diff --git a/configure.ac b/configure.ac
index f96a4c24..fa79cf4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1391,7 +1391,7 @@ AC_ARG_WITH(passfile,
])
-if test -z "$alpine_PASSFILE" -a "alpine_cache_os_method" = "no" ; then
+if test -z "$alpine_PASSFILE" -a "$alpine_cache_os_method" = "no" ; then
if test -z "$alpine_SYSTEM_PASSFILE" ; then
alpine_PASSFILE=".alpine.pwd"
else
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 796c67bc..93e33784 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -147,7 +147,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 668 2022-11-27 17:54:21
+Alpine Commit 669 2022-12-13 18:51:11
============= h_news =================
<HTML>
<HEAD>