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