[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-161-g75e27e3 |
Date: |
Sun, 22 Jul 2012 17:08:26 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".
The branch, master has been updated
via 75e27e3157b8023906ac68ea43b47555ddf5cd51 (commit)
via 987fadb3bd0a40e55ba4e228dc0ef4269893a2ad (commit)
via 72a97a2e44a300808b5584bd3d3581162b107b03 (commit)
from 015e83362f21a061bf268b878693d72309c21e55 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 75e27e3157b8023906ac68ea43b47555ddf5cd51
Author: David Levine <address@hidden>
Date: Sun Jul 22 12:04:47 2012 -0500
Reworked test-rcvdist so that it sees the output of post.
commit 987fadb3bd0a40e55ba4e228dc0ef4269893a2ad
Author: David Levine <address@hidden>
Date: Sun Jul 22 12:03:36 2012 -0500
Added test of whatnow with SHELL unset to test-ls, though it doesn't
reveal anything on Linux, at least.
commit 72a97a2e44a300808b5584bd3d3581162b107b03
Author: Alexander Zangerl <address@hidden>
Date: Sun Jul 22 12:01:00 2012 -0500
whatnow cooks up strings for executing external commands, and then
feeds these strings to popen or system. These command strings rely on
$SHELL being present - and if that is not the case, then we get weird
error messages ("sh: -c not found" or similar). (Because both
system() and popen() start up fine with the std shell, but their arg
string to parse doesn't include a cmdname/path before the -c.)
As far as i understand the POSIX standard, SHELL is recommended but
not actually mandatory, so i think it would be good to handle this a
bit more robustly: by setting SHELL to /bin/sh if not present.
-----------------------------------------------------------------------
Summary of changes:
test/rcv/test-rcvdist | 74 +++++++++++++++++++++++++++----------------------
test/whatnow/test-ls | 10 ++++++
uip/whatnowsbr.c | 10 ++++++
3 files changed, 61 insertions(+), 33 deletions(-)
hooks/post-receive
--
The nmh Mail Handling System
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.5-branchpoint-161-g75e27e3,
David Levine <=