rse         99/11/28 06:25:44

  Modified:    src/helpers fmn.sh
  Log:
  Allow /tmp path to be overridden by $TMPDIR variable.
  
  Revision  Changes    Path
  1.7       +1 -1      apache-1.3/src/helpers/fmn.sh
  
  Index: fmn.sh
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/fmn.sh,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- fmn.sh    1999/04/21 14:30:29     1.6
  +++ fmn.sh    1999/11/28 14:25:43     1.7
  @@ -14,7 +14,7 @@
   modfile=$1
   
   #   the part from the Configure script
  -tmpfile=/tmp/fmn.tmp.$$
  +tmpfile=${TMPDIR-/tmp}/fmn.tmp.$$
   rm -f $tmpfile
   modname=''
   ext=`echo $modfile | sed 's/^.*\.//'`
  
  
  

Reply via email to