Set default encoding for sqlite3 databases to utf-8 if unspecified
[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