summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.