]> git.pld-linux.org Git - packages/metamail.git/blob - metamail-sunquote.patch
- release 24
[packages/metamail.git] / metamail-sunquote.patch
1 --- mm2.7/src/bin/sun-message.csh~      Tue May 19 10:22:52 1998
2 +++ mm2.7/src/bin/sun-message.csh       Tue May 19 10:26:39 1998
3 @@ -5,6 +5,8 @@
4  # This is sun-message.  It looks at $2 to figure out how to decode $1, then gives the
5  # user a short menu of choices, display, save, or quit.
6  #
7 +# $2 is untrustworthy data. Quote it.
8 +#
9  mkdir /tmp/decode.$$
10  cd /tmp/decode.$$
11  
12 @@ -12,7 +14,7 @@
13      set METAMAIL_PAGER=more
14  endif
15  
16 -if ($2 == "uuencode") then
17 +if ("$2" == "uuencode") then
18      set fn=`mktemp $METAMAIL_TMPDIR/audio.XXXXXX`
19      test -n "$fn"
20      if $? then
This page took 0.044363 seconds and 3 git commands to generate.