projects
/
cdsspec-compiler.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
save more
[cdsspec-compiler.git]
/
setup-env.sh
1
#!/bin/bash
2
3
if [ -z $1 ]; then
4
export SPEC_COMPILER_HOME=~/spec-checker-compiler
5
else
6
export SPEC_COMPILER_HOME=$1
7
fi