From 1a9d5c6a84838b50f84fa382bdf0cc17c496b870 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 22 Oct 2004 12:07:04 +0000 Subject: [PATCH] * clcommit.m4sh, config/mailnotify.m4sh: Updated again, but this time after merging local changes back first. --- ChangeLog | 3 +++ clcommit.m4sh | 3 ++- config/mailnotify.m4sh | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f9670a61b..beb19ed88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-22 Gary V. Vaughan + * clcommit.m4sh, config/mailnotify.m4sh: Updated again, but + this time after merging local changes back first. + * clcommit.m4sh, config/mailnotify.m4sh: Updated from cvs-utils--tla--1.0 to fix quoting of metachars in patch names. diff --git a/clcommit.m4sh b/clcommit.m4sh index 48a3de4e3..32116c810 100644 --- a/clcommit.m4sh +++ b/clcommit.m4sh @@ -2,7 +2,7 @@ m4_define([_m4_divert(SCRIPT)], 100) m4_divert_push([SCRIPT])#!/bin/sh # @configure_input@ -# clcommit (GNU @PACKAGE@) version 0.13 +# clcommit (GNU @PACKAGE@) version 0.14 # Written by Gary V. Vaughan # and Alexandre Oliva @@ -76,6 +76,7 @@ m4_divert_push([SCRIPT])#!/bin/sh : ${MAILNOTIFY="mailnotify"} : ${MKSTAMP="mkstamp"} +test -f "config/$MAILNOTIFY" && MAILNOTIFY="config/$MAILNOTIFY" test -f "config/$MKSTAMP" && MKSTAMP="config/$MKSTAMP" PROGRAM=clcommit diff --git a/config/mailnotify.m4sh b/config/mailnotify.m4sh index 873554273..539cbe268 100644 --- a/config/mailnotify.m4sh +++ b/config/mailnotify.m4sh @@ -2,7 +2,7 @@ m4_define([_m4_divert(SCRIPT)], 100) m4_divert_push([SCRIPT])#!/bin/sh # @configure_input@ -# mailnotify (GNU @PACKAGE@) version 0.5 +# mailnotify (GNU @PACKAGE@) version 0.6 # Written by Gary V. Vaughan # Copyright (C) 2004 Free Software Foundation, Inc. @@ -295,7 +295,7 @@ func_sendmail () save_IFS="$IFS" IFS=':' - for try_sendmail_dir in /usr/lib:/usr/sbin:$PATH; do + for try_sendmail_dir in $PATH; do IFS="$save_IFS" PATH="$save_PATH" if test -x "$try_sendmail_dir/$SENDMAIL"; then -- 2.47.2