source: MondoRescue/trunk/tools/common-env@ 618

Last change on this file since 618 was 588, checked in by bcornec, 18 years ago

merge -r 560:587 $SVN_M/branches/stable

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 197 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment
4#
5# $Id: common-env 588 2006-05-29 09:47:20Z bcornec $
6#
7
8# Adapt to your needs
9export BASE=${HOME}/mondo
10export TOPDIR=${BASE}/build
11mkdir -p ${TOPDIR}
12export TMPDIR=
13export TMP=`mktemp -d -p /tmp`
Note: See TracBrowser for help on using the repository browser.