File: env.sh

package info (click to toggle)
liborcus 0.21.0-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,924 kB
  • sloc: xml: 78,842; cpp: 75,567; sh: 4,626; makefile: 2,852; python: 2,614
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# Source this script to set dev environment.

ROOTDIR=$(git rev-parse --show-toplevel)
SRCDIR=$ROOTDIR/src

export PATH=$SRCDIR:$PATH