soften parent change to Lispworks-only, as it causes some problems for Clozure
[clsql/s11.git] / debian / make-upstream.sh
blob6729134a29087f98a81a960d9b95a57048816d2d
1 #!/bin/bash -e
3 bups.sh -Sclsql -Dcl-sql -f"-name test.config" -d"-name .bin" ||
4 (echo "Error building upstream" >& 2; exit 1)
6 exit 0