monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: ec6ff07495216b91a7526d7af9a


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: ec6ff07495216b91a7526d7af9abcde6d6ead588
Date: Sun, 10 Mar 2013 01:33:29 +0100 (CET)

revision:            ec6ff07495216b91a7526d7af9abcde6d6ead588
date:                2013-03-10T00:31:12
author:              address@hidden
branch:              net.venge.monotone
changelog:
test/extra/mail-notify/scripts/run-mail-notify: drop the 'type -p' variant
of determining a path for the mime-construct executable, because dash
emits a full English sentence rather than just an absolute path. Allows
mail-notify to pass on systems where /bin/sh is dash.

manifest:
format_version "1"

new_manifest [48efdd19980aa56d6f9525bbafeac5dd1723a1ca]

old_revision [1dd177526ab24400396a8309ede1979444c47b4c]

patch "test/extra/mail-notify/scripts/run-mail-notify"
 from [b90ab9abd71ff563f2492839cff878b947092bd6]
   to [4ac0215e561a21c86ce1e1743cf7598023107b1c]
============================================================
--- test/extra/mail-notify/scripts/run-mail-notify	b90ab9abd71ff563f2492839cff878b947092bd6
+++ test/extra/mail-notify/scripts/run-mail-notify	4ac0215e561a21c86ce1e1743cf7598023107b1c
@@ -3,7 +3,7 @@
 # Current work directory should be
 # {builddir}/test/work/extra/mail-notify
 
-_MIME_CONSTRUCT="`type -p mime-construct || which mime-construct`"
+_MIME_CONSTRUCT="`which mime-construct`"
 _MIME_CONSTRUCT_OUTPUT="`pwd`/mime-construct.out"
 _MIME_CONSTRUCT_ERROR="`pwd`/mime-construct.err"
 _HERE="`dirname ${0}`"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]