diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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> |