source: MondoRescue/branches/2.0.9/tools/common-env@ 756

Last change on this file since 756 was 756, checked in by Bruno Cornec, 18 years ago

merge -r754:755 $SVN_M/branches/stable

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 219 bytes
RevLine 
[20]1#!/bin/bash
2#
[549]3# Creates common environment
[33]4#
5# $Id: common-env 756 2006-08-06 23:16:48Z bruno $
6#
[20]7
8# Adapt to your needs
[33]9export BASE=${HOME}/mondo
[550]10export TOPDIR=${BASE}/build
[547]11mkdir -p ${TOPDIR}
[727]12export TMPDIR=/tmp
[756]13export TMP=`mktemp -d tmp.XXXXXXXXXX`
[629]14
15umask 022
Note: See TracBrowser for help on using the repository browser.