summaryrefslogtreecommitdiff
path: root/scripts/boot/0010-debug
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:47:34 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:47:34 +0200
commit1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (patch)
tree573942ab6a3695319fbfa99f2eeacc1d02e5c17a /scripts/boot/0010-debug
parent56eb0235b604c23e6220e6e618b59a5ef0a4115c (diff)
downloadlive-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.tar.gz
live-boot-1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf.zip
Correcting debug variables through out the code to use the same one.
Diffstat (limited to 'scripts/boot/0010-debug')
-rwxr-xr-xscripts/boot/0010-debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/boot/0010-debug b/scripts/boot/0010-debug
index f223e93..9b57d56 100755
--- a/scripts/boot/0010-debug
+++ b/scripts/boot/0010-debug
@@ -8,12 +8,12 @@ Debug ()
do
case "${_PARAMETER}" in
live-boot.debug|debug)
- LIVE_DEBUG="true"
+ LIVE_BOOT_DEBUG="true"
;;
esac
done
- case "${LIVE_DEBUG}" in
+ case "${LIVE_BOOT_DEBUG}" in
true)
;;