repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix sessions and CE oracles
[why3.git]
/
lib
/
why3-call-pvs
blob
27b85d68268068fdf23fd027486682dd65747744
1
#!/bin/sh
2
3
if
test -z
"
$PVS_LIBRARY_PATH
"
;
then
4
export
PVS_LIBRARY_PATH
=
$1
5
else
6
export
PVS_LIBRARY_PATH
=
$1
:
$PVS_LIBRARY_PATH
7
fi
8
shift
9
exec
"$@"