diff options
author | Daniel Baumann <daniel@debian.org> | 2011-10-13 19:50:48 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-10-13 19:50:48 +0200 |
commit | 9e2f545557b427a82c515edfc5d29366a75ef0e8 (patch) | |
tree | c1710daf3c86dd43c635b0a0a9e58cbf9e9d2420 /functions | |
parent | 0da0a10a95fe39356d4ed36bf28545ee0b415ea7 (diff) | |
download | vyos-live-build-9e2f545557b427a82c515edfc5d29366a75ef0e8.tar.gz vyos-live-build-9e2f545557b427a82c515edfc5d29366a75ef0e8.zip |
Correcting typo in defaults for system variable.
Diffstat (limited to 'functions')
-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 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}" |