Changeset 871 in MondoRescue for branches/stable/tools


Ignore:
Timestamp:
Oct 4, 2006, 10:56:43 AM (18 years ago)
Author:
Bruno Cornec
Message:

TMPDIR used in common-env
Avoid mixing affectation and comparison on same line in mondo-rstr-tools.c
(Still looking for a Seg Fault in mondorestore in PXE mode)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/common-env

    r759 r871  
    1111mkdir -p ${TOPDIR}
    1212export TMPDIR=/tmp
    13 export TMP=`mktemp -d /tmp/mondobuild.XXXXXXXXXX`
     13export TMP=`mktemp -d $TMPDIR/mondobuild.XXXXXXXXXX`
    1414
    1515umask 022
Note: See TracChangeset for help on using the changeset viewer.