From 51e598739b071778dd3f0eee3db5c50164346da1 Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 20 Oct 2012 16:39:25 -0500 Subject: [PATCH] Fixed the trap to work with posh. --- uip/mhmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/mhmail b/uip/mhmail index 7353e9a..2fbedcc 100755 --- a/uip/mhmail +++ b/uip/mhmail @@ -210,7 +210,7 @@ fi umask 077 tmpdir="${MHTMPDIR:-${TMPDIR:-${TMP:-`$nmhbindir/mhpath +`}}}" tmpfile="$tmpdir/mhmail$$" -tmpfilebackup="\"$tmpdir\"/[,#]mhmail$$" +tmpfilebackup="'$tmpdir'/,mhmail$$ '$tmpdir'/#mhmail$$" tmpfileresent= message_file= -- 1.7.10.4