fix sessions and CE oracles
[why3.git] / lib / why3-call-pvs
blob27b85d68268068fdf23fd027486682dd65747744
1 #!/bin/sh
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 "$@"