File: bmenv.sh

package info (click to toggle)
bmagic 3.4.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,208 kB
  • ctags: 2,500
  • sloc: cpp: 9,399; ansic: 3,142; sh: 2,430; makefile: 340
file content (7 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#/bin/sh
# This script sets environment for building project.
# Execute this using . command like this:
# >. bmenv.sh
PROJECT_DIR=`pwd`; export PROJECT_DIR

echo Base project directory $PROJECT_DIR