From: Raphaƫl Hertzog Date: Wed, 11 May 2016 09:42:33 +0000 (+0200) Subject: Fix typo in variable name X-Git-Tag: debian/1%20160511~4 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=e75ad2c38240eeb9735ba7d961de36d045ddfd13 Fix typo in variable name --- 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