> I do not care at all about posh, sorry.
You've made that abundantly clear.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mar 22, Clint Adams <[EMAIL PROTECTED]> wrote:
> I'll bitch pre-emptively that
> +if [ ! -f "$OLDCONFFILE" -o -f "$NEWCONFFILE" ]; then
>
> in the patch should be
>
> +if [ ! -f "$OLDCONFFILE" ] || [ -f "$NEWCONFFILE" ]; then
I do not care at all about posh, sorry.
--
ciao,
Marco
I'll bitch pre-emptively that
+if [ ! -f "$OLDCONFFILE" -o -f "$NEWCONFFILE" ]; then
in the patch should be
+if [ ! -f "$OLDCONFFILE" ] || [ -f "$NEWCONFFILE" ]; then
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
3 matches
Mail list logo