|
Last change
on this file since 871 was 871, checked in by Bruno Cornec, 19 years ago |
|
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)
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
|
File size:
234 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | #
|
|---|
| 3 | # Creates common environment
|
|---|
| 4 | #
|
|---|
| 5 | # $Id: common-env 871 2006-10-04 08:56:43Z bruno $
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 | # Adapt to your needs
|
|---|
| 9 | export BASE=${HOME}/mondo
|
|---|
| 10 | export TOPDIR=${BASE}/build
|
|---|
| 11 | mkdir -p ${TOPDIR}
|
|---|
| 12 | export TMPDIR=/tmp
|
|---|
| 13 | export TMP=`mktemp -d $TMPDIR/mondobuild.XXXXXXXXXX`
|
|---|
| 14 |
|
|---|
| 15 | umask 022
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.