diff options
author | Daniel Baumann <daniel@debian.org> | 2012-02-14 05:35:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-02-14 05:35:26 +0100 |
commit | cc5e2ad30453e24cee5ecbcfd81718fc53d8a139 (patch) | |
tree | e9b0912f5788c971acee3f94e50f231e7650b5a1 /functions/defaults.sh | |
parent | 636a416717c5834df8078d531558e3d042f9556f (diff) | |
download | vyos-live-build-cc5e2ad30453e24cee5ecbcfd81718fc53d8a139.tar.gz vyos-live-build-cc5e2ad30453e24cee5ecbcfd81718fc53d8a139.zip |
Correcting typo in ubuntu default distribution name, thanks to Marco Lechner <marco.lechner@fossgis.de> (Closes: #659823).
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index c58ab6253..2dc89d2fa 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -57,7 +57,7 @@ Set_defaults () ;; ubuntu|kubuntu) - LB_DISTRIBUTION="${LB_DISTRIBUTION:-oneric}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-oneiric}" LB_DERIVATIVE="false" ;; |