summaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-01 11:08:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-01 11:08:10 +0200
commitd487fb0cffcda416eb0e52dae6efc7f08cc9c26e (patch)
treeed516f2ba0f2f2a6c9eb95d6fb3ab11d99d89e03 /dist.sh
parent0bfbcf1a57a47b6b62b25efbccbbc4e4f3115e6f (diff)
Change database build order
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist.sh b/dist.sh
index 58a37fb..0880686 100755
--- a/dist.sh
+++ b/dist.sh
@@ -61,7 +61,7 @@ while [ $# -gt 0 ]; do
done
if [ "$db" = "" ]; then
- db="mysql sqlite"
+ db="sqlite mysql"
fi
# Clean everything up if we are rebuilding.