summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-10-13 19:50:48 +0200
committerDaniel Baumann <daniel@debian.org>2011-10-13 19:50:48 +0200
commit9e2f545557b427a82c515edfc5d29366a75ef0e8 (patch)
treec1710daf3c86dd43c635b0a0a9e58cbf9e9d2420 /functions
parent0da0a10a95fe39356d4ed36bf28545ee0b415ea7 (diff)
downloadvyos-live-build-9e2f545557b427a82c515edfc5d29366a75ef0e8.tar.gz
vyos-live-build-9e2f545557b427a82c515edfc5d29366a75ef0e8.zip
Correcting typo in defaults for system variable.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index a0dfd2bbc..4dee2dca6 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -23,7 +23,7 @@ Set_defaults ()
fi
# Setting system type
- LB_SYSTEM="${LB_MODE:-live}"
+ LB_SYSTEM="${LB_SYSTEM:-live}"
# Setting mode (currently: debian, emdebian, progress, ubuntu and kubuntu)
LB_MODE="${LB_MODE:-debian}"