summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 7c2fd1b36..1f2b5fabf 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -130,7 +130,7 @@ Set_defaults ()
;;
ubuntu)
- LB_DISTRIBUTION="${LB_DISTRIBUTION:-precise}"
+ LB_DISTRIBUTION="${LB_DISTRIBUTION:-quantal}"
LB_DERIVATIVE="false"
;;