source: MondoRescue/trunk/tools/svn-env@ 914

Last change on this file since 914 was 900, checked in by Bruno Cornec, 17 years ago

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 235 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment for SVN repository
4#
5# $Id: svn-env 900 2006-10-24 06:49:18Z bruno $
6#
7
8export VER=`cat ${TOOLHOME}/../mondo/VERSION`
9
10# To be safe for SVN commands
11export REVISION=`(cd $TOOLHOME/.. ; svnversion .)`
12export TAG=`cat ${TOOLHOME}/TAG`
Note: See TracBrowser for help on using the repository browser.