X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=frontend%2Flive-boot;h=2df56fea8d8a9e58faeaab00df2a3e66d5a17c99;hb=cbf1f9d4c7be58b9dabad73a20e3adbf7ac840ab;hp=32d0a3be98a42f3d7c7873b458d75af85c8ca54e;hpb=b14879f67399600c7330a384b0bfb9f13f349134;p=live-boot-grml.git diff --git a/frontend/live-boot b/frontend/live-boot index 32d0a3b..2df56fe 100755 --- a/frontend/live-boot +++ b/frontend/live-boot @@ -11,10 +11,10 @@ do fi done -for _COMONENT in /lib/live/boot/????-* +for _COMPONENT in /lib/live/boot/????-* do - if [ -e "${_COMONENT}" ] + if [ -e "${_COMPONENT}" ] then - . ${_COMONENT} + . ${_COMPONENT} fi done