summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-11-23 15:50:07 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2012-11-23 15:50:07 +0200
commit36f76db029a1389c09602dbc09ef85990d1ebfa5 (patch)
tree762804b4c97988038b9a2fa5110bfc554b8fd81c
parentbcfbc1401f180511b2aac2e45ba25cbed08c0135 (diff)
Fix missing backslash
-rwxr-xr-xprecise-armhf-ubuntu-desktop/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/precise-armhf-ubuntu-desktop/configure b/precise-armhf-ubuntu-desktop/configure
index e8c3511..e3e2298 100755
--- a/precise-armhf-ubuntu-desktop/configure
+++ b/precise-armhf-ubuntu-desktop/configure
@@ -29,7 +29,7 @@ lb config \
--iso-volume 'Linaro precise $(date +%Y%m%d-%H:%M)' \
--linux-flavours none \
--linux-packages none \
- --mirror-bootstrap "http://localhost/~ubuntu/"
+ --mirror-bootstrap "http://localhost/~ubuntu/" \
--mode ubuntu \
--security false \
--system normal \