Check for *db-pool-max-free-connections* being nil, if so don't enforce a max.
[clsql.git] / debian / make-upstream.sh
1 #!/bin/bash -e
2
3 bups.sh -Sclsql -Dcl-sql -f"-name test.config" -d"-name .bin" || 
4   (echo "Error building upstream" >& 2; exit 1)
5
6 exit 0
7