X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=frontend%2Flive-boot;fp=frontend%2Flive-boot;h=2df56fea8d8a9e58faeaab00df2a3e66d5a17c99;hb=0ae40d84d1979f24c10b0d9bf183470266bc8390;hp=32d0a3be98a42f3d7c7873b458d75af85c8ca54e;hpb=1a226f4c74bf1952ed77394ab9e9805055d0ed35;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