Statistics
| Branch: | Tag: | Revision:

root / ci / develop-common.sh @ 1cb6a324

History | View | Annotate | Download (133 Bytes)

1
#!/bin/sh
2

    
3
if [ -n "$VIRTUAL_ENV" ]; then
4
  OPTIONS=--script-dir=$VIRTUAL_ENV/bin/
5
  echo $OPTIONS
6
else
7
  OPTIONS=
8
fi
9

    
10
. ./ci/config